Fix bufferlist spacing on mobile

The current version is much too tight to hit, and for some reason I only
fixed it in the cordova branch. This should go into master, though.
This commit is contained in:
Lorenz Hübschle-Schneider 2014-10-24 12:42:13 +02:00
parent a3bb4a5917
commit 8190e7a256
1 changed files with 4 additions and 0 deletions

View File

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