diff --git a/styles.css b/styles.css index 7953e2f..e1ef775 100644 --- a/styles.css +++ b/styles.css @@ -1131,6 +1131,16 @@ input:checked + .slider::before { color: var(--muted-foreground); } +.player-controls .progress-container span { + min-width: 40px; + font-variant-numeric: tabular-nums; + flex-shrink: 0; +} + +#current-time { + text-align: right; +} + .progress-bar, .volume-bar { position: relative;