You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.spotify__container--is-desktop:not(.fullscreen) body::after {
content:"";
position: absolute;
right:0;
z-index:999;
backdrop-filter:brightness(2.12);
/* page zoom [ctrl][+] or [ctrl][-] edit width and height accordingly */width:135px;
/* depending on what global status bar style is enabled height need to be changed accordingly. */Height:40px;
}
Important
To get it right, you need to adjust the height and width until you find the desired fit.
Describe the bug
The player controls aren't displaying properly.
Expected behavior
For the player controls to display vertically like in the preview images of the theme.
Screenshots
The text was updated successfully, but these errors were encountered: