mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 10:52:48 +01:00
fix(ziro): volume bar alignment with spotify connect (#916)
This commit is contained in:
parent
cbafecc401
commit
319d60d1b0
@ -84,7 +84,10 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
bottom: 84px;
|
bottom: 84px;
|
||||||
}
|
}
|
||||||
.main-nowPlayingBar-nowPlayingBar:not(:only-child) .playback-progressbar:not(.volume-bar > .playback-progressbar) {
|
/* for older versions */
|
||||||
|
.main-nowPlayingBar-nowPlayingBar:not(:only-child) .playback-progressbar:not(.volume-bar > .playback-progressbar),
|
||||||
|
/* for new version */
|
||||||
|
.main-nowPlayingBar-nowPlayingBar:not(:only-child) .playback-progressbar:not(.volume-bar__slider-container > .playback-progressbar) {
|
||||||
bottom: 108px;
|
bottom: 108px;
|
||||||
}
|
}
|
||||||
.playback-bar {
|
.playback-bar {
|
||||||
|
Loading…
Reference in New Issue
Block a user