Merge pull request #1451 from thelounge/fix-condensed-time

Do not hide time from events in condensed block
This commit is contained in:
Jérémie Astori 2017-08-24 19:31:22 -04:00 committed by GitHub
commit d4e02d96fa
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ kbd {
display: none;
}
#chat .condensed .time {
#chat .condensed > .time {
visibility: hidden;
}