mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 14:04:59 -05:00
Fix: Display time of each message
This commit is contained in:
parent
269f05908d
commit
07aa6cb0de
@ -1432,7 +1432,7 @@ button.secondary:hover:not(:disabled) {
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
left: -50px;
|
||||
left: -55px;
|
||||
visibility: hidden;
|
||||
}
|
||||
.messages .message .body {
|
||||
|
@ -457,7 +457,7 @@
|
||||
text-transform: uppercase
|
||||
cursor: pointer
|
||||
position: relative
|
||||
left: -50px
|
||||
left: -55px
|
||||
visibility: hidden
|
||||
|
||||
.body
|
||||
|
Loading…
Reference in New Issue
Block a user