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