feat: videoplayer toegevoegd
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user