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 */
|
/* limit to one line of avatars for now */
|
||||||
height:30px;
|
height:30px;
|
||||||
overflow:hidden;
|
overflow:hidden !important; // otherwise parent mobile styles conflict
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
|
@ -259,7 +259,7 @@ a.star {
|
||||||
|
|
||||||
.topic-links {
|
.topic-links {
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
margin-right: 1px 5px 2px 0;
|
margin: 1px 5px 2px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue