Finished up with player UI-Bar functionality, including 'reload' and 'sync' controls.

This commit is contained in:
rainbow napkin 2025-01-17 06:02:39 -05:00
parent 6dc9ad7b34
commit f38eae170d
7 changed files with 222 additions and 50 deletions

View file

@ -52,21 +52,13 @@ div#media-panel-div{
#media-panel-head-div{
position: absolute;
z-index: 1;
height: 3em;
right: 0;
left: 0;
top: 0;
}
video#media-panel-video{
flex: 1;
min-height: 0;
}
#media-panel-sync-button{
height: 1.5em;
}
#media-panel-title-paragraph{
font-size: 1.2em;
}
@ -90,6 +82,11 @@ div#chat-panel-main-div{
flex-direction: column;
justify-content: center;
height: 100%;
transform: scaleX(1) scaleY(1);
}
#media-panel-video-container video{
height: 100%
}
.drag-handle{