feat: videoplayer toegevoegd

This commit is contained in:
kodi
2026-03-12 10:37:06 +01:00
parent 5123067100
commit 8c2fbfef74
14 changed files with 593 additions and 3 deletions
+8
View File
@@ -516,6 +516,14 @@ button:disabled {
flex-direction: column;
}
.video-player {
width: 100%;
max-height: calc(100vh - 180px);
background: #000;
border-radius: var(--radius-sm);
border: 1px solid var(--color-border);
}
.settings-card {
position: relative;
width: min(760px, calc(100vw - 32px));