mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 19:29:17 +01:00
* 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
7 lines
105 B
CSS
7 lines
105 B
CSS
.video {
|
|
height: 100%;
|
|
width: 100%;
|
|
border-radius: var(--mantine-radius-md);
|
|
overflow: hidden;
|
|
}
|