summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post-right.scss
diff options
context:
space:
mode:
authorMika Andrianarijaona <mikaoelitiana@users.noreply.github.com>2017-03-14 18:41:27 +0300
committerGeorge Goldberg <george@gberg.me>2017-03-14 15:41:27 +0000
commita1994cf7ce3d660edd4be4a470b1239443a99275 (patch)
tree1243ec9d7a4f09134229acd63fee6ba4653062d7 /webapp/sass/layout/_post-right.scss
parent242d2cec1b9235ed48da733d89218f1e51a98415 (diff)
downloadchat-a1994cf7ce3d660edd4be4a470b1239443a99275.tar.gz
chat-a1994cf7ce3d660edd4be4a470b1239443a99275.tar.bz2
chat-a1994cf7ce3d660edd4be4a470b1239443a99275.zip
PLT-4606: Date separator in RHS (#5606)
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;
}