From 3ed9b039470eea64483117512f4a22da44b21809 Mon Sep 17 00:00:00 2001 From: Levi Date: Fri, 31 May 2024 16:40:31 +0200 Subject: [PATCH] Add corner rounding to playhead scrubber --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 9bc7c81..af30d41 100644 --- a/style.css +++ b/style.css @@ -508,4 +508,8 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { #userProfilesPage .cardImage, #userProfilesPage .cardContent { border-radius: var(--rounding) var(--rounding) 0 0 !important; +} + +.sliderBubble { + border-radius: var(--rounding); } \ No newline at end of file