chore: V2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user