Minor issues

This commit is contained in:
Rafael dos Santos Silva
2017-04-13 19:09:37 -03:00
parent b8a6b0b09f
commit 4e6aa1b08c
+11 -1
View File
@@ -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;
}