Merge pull request #255 from lorenzhs/lineheight
Improve mobile readability by putting whitespace between messages, not lines
This commit is contained in:
commit
252b774f07
|
@ -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…
Reference in New Issue