padding below suggested topics on mobile
This commit is contained in:
parent
2ff850d446
commit
16475bae89
|
@ -414,3 +414,9 @@ a.mention, a.mention-group {
|
|||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#suggested-topics {
|
||||
.topics {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -453,9 +453,7 @@ a.star {
|
|||
table-layout: fixed;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.topics {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
// this forces category to take less space in suggested topics
|
||||
// as the poster list is not present at all there.
|
||||
th.category {
|
||||
|
|
Loading…
Reference in New Issue