mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:05:24 +08:00
FIX: minor mobile style glitches
This commit is contained in:
parent
e64758fe3c
commit
2c2d8149e3
|
@ -210,7 +210,7 @@ a.star {
|
|||
|
||||
/* limit to one line of avatars for now */
|
||||
height:30px;
|
||||
overflow:hidden;
|
||||
overflow:hidden !important; // otherwise parent mobile styles conflict
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
@ -259,7 +259,7 @@ a.star {
|
|||
|
||||
.topic-links {
|
||||
.badge-notification {
|
||||
margin-right: 1px 5px 2px 0;
|
||||
margin: 1px 5px 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user