Fix bufferlist item height on condensed layout

Fixes #1012, based on @rain-1's suggestion
update-travis
Lorenz Hübschle-Schneider 7 years ago
parent 88a8265661
commit 8d7c7d8960
  1. 5
      css/glowingbear.css

@ -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;
}

Loading…
Cancel
Save