2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

FIX: alignment of avatars and category badge on mobile

This commit is contained in:
Neil Lalonde 2013-12-19 11:45:42 -05:00
parent 3dffa763c5
commit 39e711783d

View file

@ -163,6 +163,10 @@
// --------------------------------------------------
#topic-list.categories {
.badge-category {
display: inline-block;
margin-top: 1px;
}
.featured-users {
@include portrait {
margin-bottom: 10px;