Merge pull request #1017 from lorenzhs/fix-bufferlist-item-height

Fix bufferlist item height on condensed layout
update-travis
Lorenz Hübschle-Schneider 7 years ago committed by GitHub
commit 28f56317a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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