Fix extra padding in condensed messages on mobile

Fixes #2797
This commit is contained in:
Pavel Djundik 2018-09-24 10:25:20 +03:00 committed by GitHub
parent 3b9b5e26f4
commit ecc1fdd799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2481,6 +2481,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
padding: 2px 10px;
}
#chat .condensed .msg {
padding: 2px 0;
}
#chat .time,
#chat .from,
#chat .content {