Increase size of bufferlines on mobile
We had 10px+2% space on the bottom, that's pretty wasteful
This commit is contained in:
parent
4c56d096ac
commit
5a7ed13c70
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue