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 {
|
.topic-list {
|
||||||
.posts-map {
|
.num.posts-map button {
|
||||||
font-size: $font-up-1;
|
font-size: $font-up-2;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.num.activity a {
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
// so the topic excerpt is full width
|
// so the topic excerpt is full width
|
||||||
// as the containing div is 80%
|
// as the containing div is 80%
|
||||||
|
|
Loading…
Reference in New Issue