mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 18:53:40 +08:00
padding below suggested topics on mobile
This commit is contained in:
parent
91a75d98c8
commit
a4be79d297
|
@ -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
Block a user