Merge pull request #1261 from thelounge/xPaw/hide-link-time
Hide link time element on small devices
This commit is contained in:
commit
3480e091fa
@ -1925,6 +1925,10 @@ kbd {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#chat .msg.toggle .time {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#chat .date-marker,
|
||||
#chat .unread-marker {
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user