summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_headers.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-05 19:34:01 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-05 19:34:01 +0500
commit67408e9ebd87691a850f78074f0d792bcec8e35e (patch)
treec636151f79940390ff6cc57a4888cb0f3f258d3d /web/sass-files/sass/partials/_headers.scss
parent8e79f12f3c6c0f8858addaf6f66ea6e88a965b65 (diff)
downloadchat-67408e9ebd87691a850f78074f0d792bcec8e35e.tar.gz
chat-67408e9ebd87691a850f78074f0d792bcec8e35e.tar.bz2
chat-67408e9ebd87691a850f78074f0d792bcec8e35e.zip
Multiple UI improvements
Diffstat (limited to 'web/sass-files/sass/partials/_headers.scss')
-rw-r--r--web/sass-files/sass/partials/_headers.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index 4a4de5c3b..93cb04198 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -298,8 +298,13 @@
height: 30px;
width: 24px;
line-height: 26px;
- margin-right: 10px;
+ margin-right: 9px;
font-size: 22px;
+ .channel__wrap.move--left & {
+ position: absolute;
+ right: -400px;
+ top: 14px;
+ }
> a {
color: inherit;
text-decoration: none;