Merge pull request #2331 from thelounge/xpaw/input-line-height

Fix line-height showing scrollbar on mobile
This commit is contained in:
Pavel Djundik 2018-04-04 16:49:00 +03:00 committed by GitHub
commit e9123af089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;