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