From 4e6aa1b08cedb168fe3f9b3bf94d9034b2c23aad Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Thu, 13 Apr 2017 19:09:37 -0300 Subject: [PATCH] Minor issues --- desktop/desktop.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/desktop/desktop.scss b/desktop/desktop.scss index c67417c..0946de6 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -36,7 +36,7 @@ } //add shadow behind the list of topics, but not categories -.topic-list:not(.categories){ +.category-list, .topic-list:not(.categories){ -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); @@ -61,6 +61,10 @@ .topic-avatar{ border-top: 0; padding-right: 10px; + + .avatar-flair { + right: 4px; + } } //improve format of embedded posts @@ -196,6 +200,7 @@ and (max-width: 1250px) position: relative; border-radius: 40px; width: 30px; + padding: 6px; } @@ -221,3 +226,8 @@ and (max-width: 1250px) background-color: $secondary; } } + +#topic-status-info { + border-top: none; +} +