summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/sass/layout/_post-right.scss4
-rw-r--r--webapp/sass/layout/_post.scss1
-rw-r--r--webapp/sass/layout/_sidebar-right.scss4
3 files changed, 8 insertions, 1 deletions
diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss
index 6556f4a94..4125d88fc 100644
--- a/webapp/sass/layout/_post-right.scss
+++ b/webapp/sass/layout/_post-right.scss
@@ -38,6 +38,10 @@
}
}
+ .post__img {
+ width: 43px;
+ }
+
.post__body {
width: 100%;
}
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 7fc9878bd..2766943af 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -360,7 +360,6 @@
.post-create__container {
@include flex(0 0 auto);
- background: $white;
width: 100%;
z-index: 1000;
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index bb979357d..7065871e3 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -48,6 +48,10 @@
}
}
+ .post__img {
+ width: 43px;
+ }
+
.post__content {
padding: 0 10px 0 0;
}