summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss21
1 files changed, 16 insertions, 5 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 2372ec966..dd92d6b59 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1059,17 +1059,13 @@
}
.nav-pills__container {
- height: 100%;
+ height: calc(100% - 50px);
}
> div {
padding-bottom: 70px;
}
- .nav-pills__unread-indicator-bottom {
- bottom: 10px;
- }
-
.nav-pills__unread-indicator {
width: 260px;
}
@@ -1321,6 +1317,7 @@
}
}
}
+
.post {
.attachment {
.attachment__image {
@@ -1545,6 +1542,7 @@
top: 60px;
width: calc(100% - 30px);
}
+
.post {
.attachment {
.attachment__image {
@@ -1557,6 +1555,19 @@
}
@media screen and (max-width: 480px) {
+ .nav-tabs {
+ margin-top: 1em;
+
+ > li {
+ margin-right: 0;
+
+ a {
+ font-size: .9em;
+ padding: 6px 11px;
+ }
+ }
+ }
+
.sidebar--right {
.post {
&.post--compact {