Improve mobile readability by putting whitespace between messages, not lines

This generally removes a lot of whitespace on mobile while still improving readability
In particular, it makes it easier to see which lines belong together
l-merge-prefix
Lorenz Hübschle-Schneider 11 years ago
parent 5d2bb70e26
commit 517a473b94
  1. 5
      css/glowingbear.css

@ -374,7 +374,10 @@ h2 span, h2 small {
}
.bufferline {
line-height: 25px;
display: inline-block;
padding-top: 4px;
padding-bottom: 3px;
line-height: 15px;
}
#sidebar {

Loading…
Cancel
Save