Files
homarr/packages/widgets/src/video/component.module.css
2026-01-15 21:54:44 +01:00

7 lines
105 B
CSS

.video {
height: 100%;
width: 100%;
border-radius: var(--mantine-radius-md);
overflow: hidden;
}