mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: mobile topic list number alignment (#12641)
This commit is contained in:
parent
bbc46d5577
commit
d12707c18e
@ -442,8 +442,12 @@ td .main-link {
|
||||
}
|
||||
}
|
||||
.topic-list {
|
||||
.posts-map {
|
||||
font-size: $font-up-1;
|
||||
.num.posts-map button {
|
||||
font-size: $font-up-2;
|
||||
padding: 0;
|
||||
}
|
||||
.num.activity a {
|
||||
padding: 0;
|
||||
}
|
||||
// so the topic excerpt is full width
|
||||
// as the containing div is 80%
|
||||
|
Loading…
Reference in New Issue
Block a user