Files
emaui/node_modules/@mantine/core/styles/AspectRatio.css
2026-05-29 15:23:46 +03:00

14 lines
213 B
CSS

.m_71ac47fc {
--ar-ratio: 1;
max-width: 100%;
}
.m_71ac47fc > :where(*:not(style)) {
aspect-ratio: var(--ar-ratio);
width: 100%;
}
.m_71ac47fc > :where(img, video) {
object-fit: cover;
}