Merge pull request #485 from glowing-bear/fix-bufferlist-spacing
Fix bufferlist spacing on mobile
This commit is contained in:
commit
5fb74a5c8c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue