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:
parent
5d2bb70e26
commit
517a473b94
1 changed files with 4 additions and 1 deletions
|
@ -374,7 +374,10 @@ h2 span, h2 small {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bufferline {
|
.bufferline {
|
||||||
line-height: 25px;
|
display: inline-block;
|
||||||
|
padding-top: 4px;
|
||||||
|
padding-bottom: 3px;
|
||||||
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
|
Loading…
Reference in a new issue