Fix line-height showing scrollbar on mobile

This commit is contained in:
Pavel Djundik 2018-04-04 12:40:42 +03:00
parent 36a62fb365
commit d4b9b6ed32

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