summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-06 11:45:19 +0500
committerCorey Hulen <corey@hulen.com>2016-05-05 23:45:19 -0700
commit4b2843ee9d513a6b464e1e581e9cee8baaaa4317 (patch)
tree0cd18e242df0294b7943714bb0c311c90db60d14 /webapp/sass/layout/_post.scss
parent7c006ea384d3f79031892b7be7ac9fb1bc7c392c (diff)
downloadchat-4b2843ee9d513a6b464e1e581e9cee8baaaa4317.tar.gz
chat-4b2843ee9d513a6b464e1e581e9cee8baaaa4317.tar.bz2
chat-4b2843ee9d513a6b464e1e581e9cee8baaaa4317.zip
Improvements to reply (#2905)
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss16
1 files changed, 12 insertions, 4 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 22b19d539..a99c6d57c 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -509,6 +509,13 @@ body.ios {
}
}
+ &.post--comment {
+ .post__body {
+ padding-left: 7px;
+ border-left: 4px solid $gray;
+ }
+ }
+
&.same--root {
&.same--user {
padding: 0 .5em 0 1em;
@@ -543,10 +550,6 @@ body.ios {
display: none;
}
}
-
- .post__body {
- border-left: 4px solid #dddddd;
- }
}
}
@@ -558,6 +561,7 @@ body.ios {
}
&.post--comment {
+
.popover {
margin-top: 84px;
@@ -800,6 +804,10 @@ body.ios {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
+
+ a {
+ font-weight: bold;
+ }
}
.post__embed-visibility {