Sha256: e09bf5f5fde670e46807110bd35ccb99b568cebc33a2295da7a2063511f603e2
Contents?: true
Size: 635 Bytes
Versions: 34
Compression:
Stored size: 635 Bytes
Contents
.lightbox { background-color: rgba(0, 0, 0, .8); block-size: 100dvh; max-block-size: unset; inline-size: 100dvw; max-inline-size: unset; padding: var(--size-4); &[open] { display: grid; place-items: center; } } .lightbox__close { align-self: start; grid-area: 1/1; justify-self: end; } .lightbox__download { align-self: end; grid-area: 1/1; justify-self: end; } .lightbox__share { align-self: start; grid-area: 1/1; justify-self: start; } .lightbox__image { grid-area: 1/1; max-inline-size: calc(100dvw - (var(--size-4) * 2)); max-block-size: calc(100dvh - (var(--size-4) * 2)); }
Version data entries
34 entries across 34 versions & 1 rubygems