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:
parent
a3bb4a5917
commit
8190e7a256
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue