Add corner rounding to playhead scrubber

This commit is contained in:
Levi 2024-05-31 16:40:31 +02:00
parent 05a19ed263
commit 3ed9b03947

View file

@ -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);
}