Bring back line-height on messages
Was removed in c051b70537
, but this affected line height on mobile view due to increased font size
This commit is contained in:
parent
c485ec8c42
commit
2bf4416aec
@ -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