summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_sidebar-right.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_sidebar-right.scss')
-rw-r--r--webapp/sass/layout/_sidebar-right.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index 062c3bde1..923e53d12 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -16,6 +16,10 @@
}
.post {
+ .post__content {
+ padding: 0;
+ }
+
.post__header {
.col__name {
.user-popover {
@@ -25,6 +29,12 @@
}
}
+ .post-create__container {
+ form {
+ padding: .5em 15px 0;
+ }
+ }
+
.help__format-text {
display: none;
}