Merge pull request #2798 from thelounge/xpaw/fix-2797

Fix extra padding in condensed messages on mobile
This commit is contained in:
Jérémie Astori 2018-09-25 01:23:35 -04:00 committed by GitHub
commit c06b96e90b
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 {