mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Merge pull request #2331 from thelounge/xpaw/input-line-height
Fix line-height showing scrollbar on mobile
This commit is contained in:
commit
e9123af089
1 changed files with 5 additions and 0 deletions
|
@ -2251,6 +2251,11 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
#form #input {
|
||||
/* change line-height due to increased font-size above */
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
background: #455164;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue