Merge pull request #485 from glowing-bear/fix-bufferlist-spacing

Fix bufferlist spacing on mobile
This commit is contained in:
Tor Hveem 2014-10-28 01:19:00 +01:00
commit 5fb74a5c8c

View file

@ -558,6 +558,10 @@ li.buffer.indent.private a {
min-height: 0%;
}
.nav-pills > li > a {
padding: 10px 15px;
}
#bufferlines {
height: 100%;
padding-bottom: 0;