From 846d56a34b119115513efeee2f86940a4c7be586 Mon Sep 17 00:00:00 2001 From: Alex Fuchs <36819668+xathon@users.noreply.github.com> Date: Sun, 9 Jan 2022 22:52:25 +0100 Subject: [PATCH] [BurntSienna] Fixed CSS not applying to elapsed time --- BurntSienna/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BurntSienna/user.css b/BurntSienna/user.css index 9538ae3..134cb3b 100644 --- a/BurntSienna/user.css +++ b/BurntSienna/user.css @@ -37,7 +37,7 @@ h1 { /* Progress and remaining time */ .main-playbackBarRemainingTime-container, -.playback-bar__progress-time { +.playback-bar__progress-time-elapsed { font-size: 15px; margin-left: 5px; margin-right: 5px;