Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flow] Player controls are cross(?)-shaped instead of vertical #1101

Open
capolpo opened this issue Aug 2, 2024 · 1 comment
Open

[Flow] Player controls are cross(?)-shaped instead of vertical #1101

capolpo opened this issue Aug 2, 2024 · 1 comment

Comments

@capolpo
Copy link

capolpo commented Aug 2, 2024

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
Screenshot (897)

@DavidRaveloU
Copy link

  1. Install the CSS Editor extension.
  2. Press F12 to open the editor.
  3. Paste the following code:
.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants