viewer playback speed
All checks were successful
CI / checks (push) Successful in 1m7s

This commit is contained in:
Robin Appelman 2025-06-22 23:26:32 +02:00
commit 5ed8dea705
4 changed files with 78 additions and 4 deletions

View file

@ -5,6 +5,12 @@
opacity: 0.5;
transition: opacity 0.3s;
color: white;
width: 100%;
.speed {
float: right;
padding: 0.5em;
}
& .share {
display: flex;