SpotifyControls: fix seekbar grabber alignment
This commit is contained in:
parent
5e7b4e9c92
commit
b9d0a1c563
1 changed files with 7 additions and 0 deletions
|
@ -170,9 +170,16 @@
|
||||||
/* these importants are necessary, it applies a width and height through inline styles */
|
/* these importants are necessary, it applies a width and height through inline styles */
|
||||||
height: 10px !important;
|
height: 10px !important;
|
||||||
width: 10px !important;
|
width: 10px !important;
|
||||||
|
margin-top: 4px;
|
||||||
background-color: var(--interactive-normal);
|
background-color: var(--interactive-normal);
|
||||||
border-color: var(--interactive-normal);
|
border-color: var(--interactive-normal);
|
||||||
color: var(--interactive-normal);
|
color: var(--interactive-normal);
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 0.1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vc-spotify-progress-bar:hover > [class^="slider"] [class^="grabber"] {
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#vc-spotify-progress-text {
|
#vc-spotify-progress-text {
|
||||||
|
|
Loading…
Reference in a new issue