Fix bufferlist item height on condensed layout

Fixes #1012, based on @rain-1's suggestion
This commit is contained in:
Lorenz Hübschle-Schneider 2018-07-07 12:54:22 +02:00
parent 88a8265661
commit 8d7c7d8960
1 changed files with 5 additions and 0 deletions

View File

@ -851,6 +851,11 @@ img.emojione {
font-size: 14px;
}
.nav-pills li.buffer {
min-height: 30px;
max-height: 30px;
}
.nav-pills li a {
padding: 10px 15px;
}