Increase size of bufferlines on mobile

We had 10px+2% space on the bottom, that's pretty wasteful
l-merge-prefix
Lorenz Hübschle-Schneider 12 years ago
parent 4c56d096ac
commit 5a7ed13c70
  1. 5
      css/glowingbear.css

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

Loading…
Cancel
Save