Add corner rounding to playhead scrubber
This commit is contained in:
parent
05a19ed263
commit
3ed9b03947
1 changed files with 4 additions and 0 deletions
|
@ -508,4 +508,8 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||||
#userProfilesPage .cardImage,
|
#userProfilesPage .cardImage,
|
||||||
#userProfilesPage .cardContent {
|
#userProfilesPage .cardContent {
|
||||||
border-radius: var(--rounding) var(--rounding) 0 0 !important;
|
border-radius: var(--rounding) var(--rounding) 0 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sliderBubble {
|
||||||
|
border-radius: var(--rounding);
|
||||||
}
|
}
|
Loading…
Reference in a new issue