huhridge / huh-spicetify-extensions

Collection of my spicetify extensions
217 stars 19 forks source link

[Full App Display ][Lyrics placement] #65

Closed RodrigoRLuis closed 1 year ago

RodrigoRLuis commented 1 year ago

It's a visual bug with the lyrics, they show up off to the right side of the screen, almost completely off the screen. My screen resolution is 1080p and the scale is on 100%.

Screenshots image

Desktop (please complete the following information):

CrZen commented 1 year ago

image_2023-06-28_211556242 Yeah, can confirm. This is also happening to me

DevilKun-7 commented 1 year ago

Same issue for me :(

iannnnnn0 commented 1 year ago

Lyrics-Plus Bug Same here, but my resolution is 2560 x 1440

DTrombett commented 1 year ago

Can reproduce image

DTrombett commented 1 year ago

As a temporary fix you can add the following CSS to your snippets:

#fad-lyrics-plus-container {
    position: relative;
}
gamerdada commented 1 year ago

As a temporary fix you can add the following CSS to your snippets:

#fad-lyrics-plus-container {
    position: relative;
}

This is already in file like this :

fad-lyrics-plus-container {

    position: relative; width: 50vw; }

I have tried removing "width" and even tried to "align" but invain this Temporary fix is not working

ohitstom commented 1 year ago

As a temporary fix you can add the following CSS to your snippets:

#fad-lyrics-plus-container {
    position: relative;
}

This is already in file like this :

fad-lyrics-plus-container {     position: relative; width: 50vw; }

I have tried removing "width" and even tried to "align" but invain this Temporary fix is not working

image this is because i had formatted it incorrectly as i hadnt realized this was code injected into head as a Githubissues.

  • Githubissues is a development platform for aggregating issues.