summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss14
1 files changed, 12 insertions, 2 deletions
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 {