Merge pull request #1261 from thelounge/xPaw/hide-link-time

Hide link time element on small devices
This commit is contained in:
Jérémie Astori 2017-06-24 01:07:25 -04:00 committed by GitHub
commit 3480e091fa
1 changed files with 4 additions and 0 deletions

View File

@ -1925,6 +1925,10 @@ kbd {
padding: 0;
}
#chat .msg.toggle .time {
display: none;
}
#chat .date-marker,
#chat .unread-marker {
margin: 0;