sticker: make it toggle-able

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-09-01 19:56:09 +05:30
parent a316bda945
commit 9195aacab2
3 changed files with 27 additions and 6 deletions

View File

@@ -336,6 +336,23 @@ video {
align-items: center;
}
#sticker label:hover {
cursor: pointer;
}
#sticker-toggle {
display: none;
}
#sticker-toggle:checked ~ #sticker {
bottom: 1em;
left: 1em;
}
#sticker-toggle:checked ~ #sticker img {
display: none;
}
@media (max-width: 319px) {
body {
width: 90%;