Completed buildPlayer method for youtubeEmbedHandler

This commit is contained in:
rainbow napkin 2025-05-08 08:22:42 -04:00
parent 1344756449
commit 1b0caa5e02
6 changed files with 43 additions and 19 deletions

View file

@ -63,6 +63,11 @@ div#media-panel-div{
font-size: 1.2em;
}
#youtube-embed-player{
width: 100%;
height: 100%;
}
div#chat-panel-div{
position: relative;
display: flex;