summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-02-28 21:28:37 +0000
committerHarrison Healey <harrisonmhealey@gmail.com>2017-02-28 16:28:37 -0500
commit5a3bc43668353e41949d2d48c8956eaa9d061860 (patch)
tree17f3dc4fc87c74bc075d970a6b418f5c0ae0e732 /webapp/sass/layout/_post.scss
parent25b9b7d26b8738343d269c83031ba5a5408d0d58 (diff)
downloadchat-5a3bc43668353e41949d2d48c8956eaa9d061860.tar.gz
chat-5a3bc43668353e41949d2d48c8956eaa9d061860.tar.bz2
chat-5a3bc43668353e41949d2d48c8956eaa9d061860.zip
PLT-5188: Reinstate delete option on system messages. (#5113)
* PLT-5188: Reinstate delete option on system messages. * Fix styling. * Fix empty hover box.
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 6f148cd7e..5157c3080 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -518,6 +518,17 @@
position: relative;
word-wrap: break-word;
+ &.post--system {
+ .post__header {
+ .col__reply {
+ min-width: 0;
+ }
+ .dropdown {
+ margin-right: 0;
+ }
+ }
+ }
+
&:hover {
.dropdown,
.comment-icon__container,