Files
Homarr/packages/widgets/src/video/component.module.css
Meier Lukas 82e9887f36 feat: add video widget (#287)
* feat: add nestjs replacement, remove nestjs

* feat: add video widget

* feat: add notice about youtube not supported with video.js

* fix: format issue

* fix: format issue
2024-04-13 11:44:16 +02:00

7 lines
105 B
CSS

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