summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_navbar.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-13 14:35:38 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-10-13 18:31:17 -0400
commit3f2b6bfa27fb8e4d2a56fa5f3ea625314f4f0e72 (patch)
tree030de13b2e8cb9f06aaa42720e7c1581f851235d /web/sass-files/sass/partials/_navbar.scss
parent97b2f6ffe7fa09a2188163740865322582b00b59 (diff)
downloadchat-3f2b6bfa27fb8e4d2a56fa5f3ea625314f4f0e72.tar.gz
chat-3f2b6bfa27fb8e4d2a56fa5f3ea625314f4f0e72.tar.bz2
chat-3f2b6bfa27fb8e4d2a56fa5f3ea625314f4f0e72.zip
Fixed leave direct channel button for users with a long username
Diffstat (limited to 'web/sass-files/sass/partials/_navbar.scss')
-rw-r--r--web/sass-files/sass/partials/_navbar.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_navbar.scss b/web/sass-files/sass/partials/_navbar.scss
index 2e78a8728..a8c3c0da2 100644
--- a/web/sass-files/sass/partials/_navbar.scss
+++ b/web/sass-files/sass/partials/_navbar.scss
@@ -95,6 +95,12 @@
}
}
+.close-btn {
+ position: absolute;
+ right: 10px;
+ top: 5px;
+}
+
.badge-notify {
background:red;
position: absolute;