Merge pull request #255 from lorenzhs/lineheight

Improve mobile readability by putting whitespace between messages, not lines
This commit is contained in:
David Cormier 2014-04-19 09:58:43 -04:00
commit 252b774f07
1 changed files with 4 additions and 1 deletions

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 {