Merge pull request #1017 from lorenzhs/fix-bufferlist-item-height

Fix bufferlist item height on condensed layout
This commit is contained in:
Lorenz Hübschle-Schneider 2018-07-07 13:13:48 +02:00 committed by GitHub
commit 28f56317a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -851,6 +851,11 @@ img.emojione {
font-size: 14px;
}
.nav-pills li.buffer {
min-height: 30px;
max-height: 30px;
}
.nav-pills li a {
padding: 10px 15px;
}