summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post-right.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_post-right.scss')
-rw-r--r--webapp/sass/layout/_post-right.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss
index 455ed7fff..9a0f658a2 100644
--- a/webapp/sass/layout/_post-right.scss
+++ b/webapp/sass/layout/_post-right.scss
@@ -53,6 +53,12 @@
border: none;
}
+ .date-separator {
+ hr {
+ border-top: 1px solid #eee;
+ }
+ }
+
.post-create__container {
width: 100%;
@@ -147,7 +153,8 @@
@include flex(1 1 auto);
overflow: auto;
position: relative;
-
+ padding-top: 10px;
+
.file-preview__container {
margin-top: 5px;
}