This repository was archived by the owner on Aug 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 650650 < span id ="theaterText "> Theater Mode</ span >
651651 </ button >
652652 < video id ="player " class ="video-player " muted autoplay > </ video >
653+ < span class ="live-badge "> ● LIVE</ span >
653654 < div class ="live-controls " id ="liveControls ">
654655 < button class ="live-ctrl-btn " id ="livePlayPauseBtn " onclick ="liveTogglePlayPause() " title ="Play/Pause "> ▮▮</ button >
655656 < button class ="live-ctrl-btn " id ="liveMuteBtn " onclick ="liveToggleMute() " title ="Mute/Unmute "> 🔇</ button >
656657 < input type ="range " class ="live-volume-slider " id ="liveVolumeSlider " min ="0 " max ="1 " step ="0.05 " value ="0.7 " oninput ="liveChangeVolume(this.value) " />
657- < span class ="live-badge "> ● LIVE</ span >
658658 < div class ="live-ctrl-spacer "> </ div >
659659 < button class ="live-ctrl-btn " id ="liveFullscreenBtn " onclick ="liveToggleFullscreen() " title ="Fullscreen "> ⛶</ button >
660660 </ div >
Original file line number Diff line number Diff line change @@ -2563,12 +2563,16 @@ button {
25632563}
25642564
25652565.live-badge {
2566- color : # ef4444 ;
2567- font-size : 0.8rem ;
2566+ position : absolute;
2567+ top : 1rem ;
2568+ left : 1rem ;
2569+ z-index : 10 ;
2570+ color : # fff ;
2571+ background : # ef4444 ;
2572+ font-size : 0.75rem ;
25682573 font-weight : 700 ;
25692574 letter-spacing : 0.05em ;
2570- padding : 0.2rem 0.6rem ;
2571- border : 1px solid # ef4444 ;
2575+ padding : 0.25rem 0.6rem ;
25722576 border-radius : 4px ;
25732577 user-select : none;
25742578}
Original file line number Diff line number Diff line change 1818 <!-- Video Player (Theater Mode) -->
1919 < div class ="watch-player-container ">
2020 < video id ="videoPlayer " class ="watch-video " autoplay playsinline > </ video >
21+ < span class ="live-badge "> ● LIVE</ span >
2122 < div class ="live-controls " id ="liveControls ">
2223 < button class ="live-ctrl-btn " id ="playPauseBtn " onclick ="togglePlayPause() " title ="Play/Pause "> ▶</ button >
2324 < button class ="live-ctrl-btn " id ="muteBtn " onclick ="toggleMute() " title ="Mute/Unmute "> 🔈</ button >
2425 < input type ="range " class ="live-volume-slider " id ="volumeSlider " min ="0 " max ="1 " step ="0.05 " value ="0.7 " oninput ="changeVolume(this.value) " />
25- < span class ="live-badge "> ● LIVE</ span >
2626 < div class ="live-ctrl-spacer "> </ div >
2727 < button class ="live-ctrl-btn " id ="fullscreenBtn " onclick ="toggleFullscreen() " title ="Fullscreen "> ⛶</ button >
2828 </ div >
You can’t perform that action at this time.
0 commit comments