#**Discord removed timestamp tooltips, so

1 messages · Page 1 of 1 (latest)

barren raft
#

dont work too good on compact mode

gritty cairn
#

wait why tf did they do that ???

elder marlin
barren raft
#

maybe it is, it's just impossible to read

elder marlin
#

seems pretty easy to read to me
you can add background: #111 and remove the blur

#

or try increasing the blur

#

I didn't do a solid background because I couldn't get it to blend with selected msgs and mentioned msgs

elder marlin
elder marlin
barren raft
#

i guess it works better on darker names though

elder marlin
#

oh it's their pfp

#

increasing the blur should make it easier to read

#

or you could remove it, and add this
background: color(from color-mix(in oklab, var(--background-gradient-chat,var(--background-base-lower)), var(--background-message-hover)) srgb r g b / 0.7);

#

oh that one is partially transparent to keep the blur

#

here's the solid color
background: color-mix(in oklab, var(--background-gradient-chat,var(--background-base-lower)), var(--background-message-hover)

#

i didn't use it, because it looks bad with mentioned and selected messages

full sigil
#

although, how can i put them where the old popup was? on compact mode it is obstructive

#

ideally centered here

elder marlin
# full sigil

I tried briefly
it might be possible, but would be difficult

elder marlin
full sigil
#

how can i tell

#

i dont see any update

elder marlin
full sigil
#
stable 453248 (0a497ab) Build Override: N/A
elder marlin
#

ah yeah you haven't gotten the update yet then

full sigil
#

alr thx

elder marlin
#

normal timestamps are back now

full sigil
#

these are better anyway xd

#

the instant popup

inner vine
#

I should figure out how to install this plugin

elder marlin
wintry carbon
mint yarrow
#

Sad face. Discord is updated, Vencord is updated. Looks like I'll have to use your snippet :/ why would Discord get rid of timestamps anyway, good lord, terrible idea

mint yarrow
#

It's still not timestamped. bigfrowncry Does your snippet need to be updated maybe? I have no idea how to edit this snippet though, I tried poking around in the dev tool css selector thingy and it didn't make any sense to me what to change.

inner vine
#

check your quick css

mint yarrow
#

Oops. Looks like another snippet I had, had a timestamp related line in it I skipped over bc I thought the snippet was irrelevant and I'd had it so long I forgot what all it changed lol (Now I realize it set the timestamp bg color black as part of visual contrast accessibility, so I just added bg color to OP's snippet.)

Works now! facepalmsigh

unreal raft
#

The following code interferes with timestamps, for any fellow appreciators of discord fucking over custom css;
span[class*="timestampInline_"] time::before {
content: attr(aria-label);
font-size: 12px;
}

span[class*="timestampInline_"] {
font-size: 0px !important;
}
[class*='membersGroup']:has([role=button]),
[class*='member'] [class*='container']:has([class*='badges']) {
display: none;
}