mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
Added :hover and :active animation
This commit is contained in:
parent
84ad9a5877
commit
5f89a8f26b
@ -1390,6 +1390,14 @@ option {
|
||||
transition: border-width 75ms ease;
|
||||
}
|
||||
|
||||
.slider-dot:hover {
|
||||
border-width: 7px;
|
||||
}
|
||||
|
||||
.slider-dot:active {
|
||||
border-width: 4px;
|
||||
}
|
||||
|
||||
.main-nowPlayingWidget-nowPlaying>.ellipsis-one-line,
|
||||
.main-trackInfo-container {
|
||||
margin-left: 74px;
|
||||
|
Loading…
Reference in New Issue
Block a user