Increase size of bufferlines on mobile

We had 10px+2% space on the bottom, that's pretty wasteful
This commit is contained in:
Lorenz Hübschle-Schneider 2014-02-22 11:38:45 +00:00
parent 4c56d096ac
commit 5a7ed13c70

View file

@ -378,6 +378,11 @@ table.notimestamp td.time {
min-height: 0%;
}
#bufferlines {
height: 100%;
padding-bottom: 0;
}
#bufferlines td.time {
display: inline;
padding-right: 0;