ProzillaOS/src/components/applications/file-explorer/FilePreview.module.css
2023-12-11 23:05:26 +01:00

19 lines
No EOL
293 B
CSS

.File-button-preview {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
overflow: hidden;
}
.File-button-preview > * {
width: 100%;
height: 100%;
object-fit: contain;
}
.File-button-preview > img {
height: auto;
max-height: 100%;
border-radius: 0.5rem;
}