Theater modus #234

Merged
OpzekerIT merged 5 commits from dev into main 2025-06-17 17:49:08 +00:00
3 changed files with 16 additions and 1 deletions
Showing only changes of commit af8c9ff61a - Show all commits

View file

@ -282,3 +282,11 @@ td, th {
height: auto;
max-height: none;
}
.video-title {
text-align: center;
font-size: 1.2em;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}

View file

@ -118,4 +118,11 @@ section h2 {
align-items: center;
margin-top: 0.5rem;
gap: 0.5rem;
}
.video-title {
text-align: center;
font-size: 1.1em;
font-weight: bold;
margin-top: 8px;
margin-bottom: 8px;
}

View file

@ -41,7 +41,7 @@ usort($videoData, function($a, $b) {
<source src="media/videos/<?php echo htmlspecialchars($video['filename']); ?>" type="video/mp4">
Your browser does not support the video tag.
</video>
<p><?php echo pathinfo($video['filename'], PATHINFO_FILENAME); ?></p>
<p class="video-title"><?php echo pathinfo($video['filename'], PATHINFO_FILENAME); ?></p>
<div class="video-controls">
<button class="btn share-btn">Delen</button>
<button class="btn theatre-btn">Theatermodus</button>