Files
handmade-revolt/src/context/intermediate/popovers/ImageViewer.module.scss
2021-07-06 03:03:05 -04:00

17 lines
349 B
SCSS

.viewer {
display: flex;
flex-direction: column;
border-end-end-radius: 4px;
border-end-start-radius: 4px;
overflow: hidden;
img {
width: auto;
height: auto;
max-width: 90vw;
max-height: 75vh;
border-bottom: thin solid var(--tertiary-foreground);
object-fit: contain;
}
}