toot.cat is one of the many independent Mastodon servers you can use to participate in the fediverse.
On the internet, everyone knows you're a cat — and that's totally okay.

Administered by:

Server stats:

488
active users

Public

aww yeah, I managed to do a sensitive content clickthrough thing purely in CSS on shork.xyz/posts.html

it uses :focus so you can only reveal one at a time but idk, works for now. Maybe I'll have a look if there's a way to do it with <details><summary> or with a checkbox

also it won't work in browsers without backdrop-filter which is a bummer

@noiob ooo i hope you can close details with js because that would be nice

an curious about the one time thing in css only tho

Unlisted public

@LottieVixen you can probably just do click() on the element

wym one time thing?

Unlisted public

@noiob ohhh I misread

"it uses :focus so you can only reveal one at a time but idk"

to mean once cursor was off it, it would hide again. reset back to a toggle.