Merge pull request #1017 from lorenzhs/fix-bufferlist-item-height
Fix bufferlist item height on condensed layout
This commit is contained in:
commit
28f56317a3
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue