Merge pull request #2140 from thelounge/xpaw/line-height
Bring back line-height on messages
This commit is contained in:
commit
59174db7e5
@ -887,6 +887,7 @@ kbd {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#windows .window .header {
|
||||
@ -972,10 +973,10 @@ kbd {
|
||||
}
|
||||
|
||||
#windows #form .input,
|
||||
#windows .header .topic,
|
||||
.messages .msg,
|
||||
.sidebar {
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
#windows #chat .header {
|
||||
|
Loading…
Reference in New Issue
Block a user