fix avatar expanded topic map height
This commit is contained in:
parent
3483c7b0de
commit
fa830c8d69
|
@ -383,7 +383,7 @@ a.star {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* limit to one line of avatars for now */
|
/* limit to one line of avatars for now */
|
||||||
height:30px;
|
height:24px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@ a.star {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* limit to one line of avatars for now */
|
/* limit to one line of avatars for now */
|
||||||
height:30px;
|
height:24px;
|
||||||
overflow:hidden !important; // otherwise parent mobile styles conflict
|
overflow:hidden !important; // otherwise parent mobile styles conflict
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue