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
This commit is contained in:
Lorenz Hübschle-Schneider 2014-04-18 14:32:50 +02:00
parent 5d2bb70e26
commit 517a473b94

View file

@ -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 {