Fix line-height showing scrollbar on mobile
This commit is contained in:
parent
36a62fb365
commit
d4b9b6ed32
@ -2251,6 +2251,11 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#form #input {
|
||||||
|
/* change line-height due to increased font-size above */
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
background: #455164;
|
background: #455164;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user