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;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#windows .window .header {
|
#windows .window .header {
|
||||||
@ -972,10 +973,10 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#windows #form .input,
|
#windows #form .input,
|
||||||
#windows .header .topic,
|
|
||||||
.messages .msg,
|
.messages .msg,
|
||||||
.sidebar {
|
.sidebar {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#windows #chat .header {
|
#windows #chat .header {
|
||||||
|
Loading…
Reference in New Issue
Block a user