Merge pull request #2140 from thelounge/xpaw/line-height

Bring back line-height on messages
This commit is contained in:
Pavel Djundik 2018-03-02 20:20:41 +02:00 committed by GitHub
commit 59174db7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {