#Timestamp
1 messages · Page 1 of 1 (latest)
what i use for compact mode
[class*="message"] > [class*="contents"] [class^="latin"] {margin-left: -60px; opacity: 0; transition: ease .1s}
[class*="message"]:hover > [class*="contents"] [class^="latin"] {margin-left: unset; opacity: 1;}```
that also selects (edited), use [class*="timestamp"][class*="latin12CompactTimeStamp"] instead of just [class*="timestamp"]
yes changed it
was going to say that, but figured people could figure that out
also if it doesn't work switch 12 to 24
oh true i could select latin to make that work in both cases, like you did
maybe im looking for the wrong thing, but what does this do? befroe/after pic?
it could also be asianCompactTimeStamp so selecting [class*="CompactTimeStamp"] is better
this also hides (edited) because its a timestamp