Merge pull request #607 from glowing-bear/fix-bufferlistitem-height

Fix height of bufferlist items in narrow desktop view
better-mobile-detection
Tor Hveem 10 years ago
commit 0647777e9e
  1. 3
      css/glowingbear.css

@ -226,6 +226,9 @@ input[type=text], input[type=password], #sendMessage {
overflow: hidden; overflow: hidden;
} }
.nav-pills li {
min-height: 20px;
}
.nav-pills li+li { .nav-pills li+li {
margin-top: 0; margin-top: 0;
} }

Loading…
Cancel
Save