Fix bufferlist item height on condensed layout
Fixes #1012, based on @rain-1's suggestion
This commit is contained in:
parent
88a8265661
commit
8d7c7d8960
1 changed files with 5 additions and 0 deletions
|
@ -851,6 +851,11 @@ img.emojione {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-pills li.buffer {
|
||||||
|
min-height: 30px;
|
||||||
|
max-height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-pills li a {
|
.nav-pills li a {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue