Merge pull request #830 from thelounge/xpaw/date-marker-margin

Remove margin on date marker on smallest screen size
This commit is contained in:
Jérémie Astori 2016-12-20 20:49:10 -05:00 committed by GitHub
commit 3e6a3651e9

View file

@ -1809,6 +1809,7 @@ button {
padding: 0;
}
#chat .date-marker,
#chat .unread-marker {
margin: 0;
}