Remove margin on date marker on smallest screen size

This commit is contained in:
Pavel Djundik 2016-12-21 01:32:23 +02:00 committed by GitHub
parent 6887b66f67
commit d0dee0c47a
1 changed files with 1 additions and 0 deletions

View File

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