Do not hide timestamps on small viewports

This commit is contained in:
Pavel Djundik 2016-06-03 23:10:32 +03:00
parent 9f179c7566
commit 3b8be7f888

View file

@ -1692,17 +1692,13 @@ button,
height: auto;
}
#chat .time,
#chat .from,
#chat .text {
background: none;
border: 0;
display: inline;
padding: 0;
}
#chat .time {
display: none;
}
}
::-webkit-scrollbar {