padding below suggested topics on mobile

This commit is contained in:
Neil Lalonde 2017-06-12 15:46:01 -04:00
parent 91a75d98c8
commit a4be79d297
2 changed files with 7 additions and 3 deletions

View File

@ -414,3 +414,9 @@ a.mention, a.mention-group {
margin-top: 0; margin-top: 0;
} }
} }
#suggested-topics {
.topics {
padding-bottom: 15px;
}
}

View File

@ -453,9 +453,7 @@ a.star {
table-layout: fixed; table-layout: fixed;
margin-top: 10px; margin-top: 10px;
} }
.topics {
padding-bottom: 15px;
}
// this forces category to take less space in suggested topics // this forces category to take less space in suggested topics
// as the poster list is not present at all there. // as the poster list is not present at all there.
th.category { th.category {