summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss24
1 files changed, 23 insertions, 1 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 3b65f0565..cb25639c9 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -192,7 +192,11 @@
&.post--compact {
.status-wrapper {
&:after {
- bottom: 12px;
+ bottom: 3px;
+
+ .sidebar--right & {
+ bottom: 0;
+ }
}
}
}
@@ -1305,6 +1309,24 @@
}
@media screen and (max-width: 480px) {
+ .sidebar--right {
+ .post {
+ &.post--compact {
+ .post__header {
+ height: auto;
+ }
+ }
+
+ .post__header {
+ .col__name {
+ .user-popover {
+ max-width: 100%;
+ }
+ }
+ }
+ }
+ }
+
.backstage-header {
h1 {
float: none;