Video Syncronization Prototyping Complete.

This commit is contained in:
rainbow napkin 2025-01-15 06:29:12 -05:00
parent 0b68db1265
commit 6dc9ad7b34
10 changed files with 286 additions and 20 deletions

View file

@ -85,6 +85,13 @@ div#chat-panel-main-div{
height: 1%;
}
#media-panel-video-container{
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.drag-handle{
position: absolute;
cursor: ew-resize;