mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: alignment of avatars and category badge on mobile
This commit is contained in:
parent
3dffa763c5
commit
39e711783d
1 changed files with 4 additions and 0 deletions
|
@ -163,6 +163,10 @@
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
#topic-list.categories {
|
#topic-list.categories {
|
||||||
|
.badge-category {
|
||||||
|
display: inline-block;
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
.featured-users {
|
.featured-users {
|
||||||
@include portrait {
|
@include portrait {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue