forked from mystiq/hydrogen-web
don't show time on continued messages
This commit is contained in:
parent
1a61752ace
commit
9b16119e7b
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue