fix(ziro): volume bar alignment with spotify connect (#916)

This commit is contained in:
jon4hz 2023-05-05 05:04:58 +02:00 committed by GitHub
parent cbafecc401
commit 319d60d1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,10 @@
left: 0;
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;
}
.playback-bar {