summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_sidebar-left.scss9
1 files changed, 3 insertions, 6 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;
}