don't show time on continued messages

This commit is contained in:
Bruno Windels 2020-08-21 14:37:57 +02:00
parent 1a61752ace
commit 9b16119e7b

View file

@ -301,6 +301,9 @@ ul.Timeline > li.continuation .profile {
display: none;
}
ul.Timeline > li.continuation time {
display: none;
}
.message-container {
padding: 1px 10px 0px 10px;