mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
fix bottom of topic list h3 on mobile
This commit is contained in:
parent
c23a4fcbee
commit
34d80464cf
1 changed files with 5 additions and 0 deletions
|
@ -258,3 +258,8 @@ ol.category-breadcrumb {
|
||||||
.category-notification-menu {
|
.category-notification-menu {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topic-list-bottom h3 {
|
||||||
|
clear:both;
|
||||||
|
padding-top:10px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue