summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-12-14 22:12:59 +0500
committerCorey Hulen <corey@hulen.com>2016-12-14 09:12:59 -0800
commite73e458b35960be77cad3d062a1063506a88599e (patch)
tree09966c69436759284ba9cf98a65f2a54ef60e7c2 /webapp/sass
parentc3d02100a9ceb0036e8be4a2d9bee1537f3bbbd7 (diff)
downloadchat-e73e458b35960be77cad3d062a1063506a88599e.tar.gz
chat-e73e458b35960be77cad3d062a1063506a88599e.tar.bz2
chat-e73e458b35960be77cad3d062a1063506a88599e.zip
PLT-4901 - Fixing info popover (#4792)
* PLT-4901 - Fixing info popover * PLT-4775 - Fixing languages in firefox (system consle) * Fixing unread posts indicator in the LHS
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_sidebar-left.scss9
-rw-r--r--webapp/sass/responsive/_mobile.scss14
-rw-r--r--webapp/sass/routes/_admin-console.scss4
3 files changed, 19 insertions, 8 deletions
diff --git a/webapp/sass/layout/_sidebar-left.scss b/webapp/sass/layout/_sidebar-left.scss
index 6101849d5..a7a99249b 100644
--- a/webapp/sass/layout/_sidebar-left.scss
+++ b/webapp/sass/layout/_sidebar-left.scss
@@ -69,16 +69,13 @@
.nav-pills__unread-indicator {
@include border-radius(50px);
- background: #2389d7;
- color: #ffffff;
font-size: 13.5px;
- left: 0;
+ left: 15px;
margin: 0 auto;
padding: 3px 0 4px;
- position: absolute;
- right: 0;
+ position: fixed;
text-align: center;
- width: 72%;
+ width: 190px;
z-index: 1;
}
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 2579231e7..d69569899 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -46,8 +46,10 @@
padding: 15px 20px 100px;
> div {
- height: calc(100vh - 150px);
- overflow: auto;
+ &:first-child {
+ height: calc(100vh - 150px);
+ overflow: auto;
+ }
}
}
@@ -971,6 +973,10 @@
bottom: 10px;
}
+ .nav-pills__unread-indicator {
+ width: 260px;
+ }
+
.badge {
top: 13px;
}
@@ -1463,6 +1469,10 @@
.sidebar--left {
@include translate3d(-260px, 0, 0);
width: 260px;
+
+ .nav-pills__unread-indicator {
+ width: 230px;
+ }
}
.inner-wrap {
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 15667fd4e..6ab1645e8 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -18,6 +18,10 @@
}
}
+ .Select-value-label {
+ white-space: nowrap;
+ }
+
.inner-wrap {
position: absolute;
width: 100%;