hypnagaga_old/src/assets/css/bundle/gallery.css
2024-10-18 10:16:49 +02:00

25 lines
445 B
CSS

.gallery dialog {
border-radius: var(--border-radius);
inset: revert;
}
.gallery dialog + button {
all: unset;
cursor: pointer;
}
/* Don't indicate interactivity without JS */
is-land:not(:defined) .gallery dialog + button {
cursor: default;
}
.gallery dialog::backdrop {
background-image: var(--gradient-stripes);
opacity: 0.9;
filter: brightness(50%);
}
.gallery dialog img {
max-block-size: 70vh;
inline-size: auto;
}