Minor issues
This commit is contained in:
+11
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user