summaryrefslogtreecommitdiff
path: root/templates/video.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/video.html')
-rw-r--r--templates/video.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/templates/video.html b/templates/video.html
index 5f52065..8bba92b 100644
--- a/templates/video.html
+++ b/templates/video.html
@@ -32,21 +32,21 @@
</div>
<div class="sidebar-progress-container" id="progressContainer">
</div>
- <section class="normal-section video-section">
- <div class="shadow-filter">
- <video class="video" id="video">
- </video>
- <div class="shadow-filter">
- <div class="video-controls">
- <button id="video-controls-play"><i class="fa-solid fa-play"></i></button>
- <span><span id="video-controls-currenttime">00:00</span><span id="video-controls-totaltime" class="desktop half-opacity-text">/00:00</span>
- </span>
- <input type="range" id="video-controls-progress" min="0" max="1" value="0" step="any"></progress>
- <button id="video-controls-mutetoggle"><i class="fa-solid fa-volume"></i></button>
- <button id="video-controls-maximise"><i class="fa-solid fa-maximize"></i></button>
- </div>
+ <section class="normal-section video-section" id="video-section">
+ <div class="shadow-filter" id="video-parent">
+ <video class="video" id="video">
+ </video>
+ <div class="shadow-filter" id="video-controls">
+ <div class="video-controls">
+ <button id="video-controls-play"><i class="fa-solid fa-play"></i></button>
+ <span><span id="video-controls-currenttime">00:00</span><span id="video-controls-totaltime" class="desktop half-opacity-text">/00:00</span>
+ </span>
+ <input type="range" id="video-controls-progress" min="0" max="1" value="0" step="any"></progress>
+ <button id="video-controls-mutetoggle"><i class="fa-solid fa-volume"></i></button>
+ <button id="video-controls-maximise"><i class="fa-solid fa-maximize"></i></button>
</div>
</div>
+ </div>
</section>
<section class="normal-section">
<div class="center-grid">