chore: V2

This commit is contained in:
2026-04-20 09:06:42 +02:00
parent 386d6511d7
commit 5fc52c72ee
5 changed files with 40 additions and 14 deletions
+6 -2
View File
@@ -449,7 +449,10 @@
position: relative;
width: 100%;
max-width: 860px;
background: var(--surface);
max-height: calc(100vh - 3rem);
display: flex;
flex-direction: column;
background: #000;
border-radius: 12px;
overflow: hidden;
}
@@ -481,8 +484,9 @@
.video-player {
width: 100%;
height: auto;
max-height: 80vh;
max-height: calc(100vh - 3rem);
display: block;
object-fit: contain;
background: #000;
}