sanoojes / Spicetify-Lucid

A Dynamic, Highly Customizable Spicetify theme inspired by Bloom and Microsoft Fluent Design.
https://sanooj.is-a.dev/Spicetify-Lucid/
MIT License
172 stars 5 forks source link

Full screen mode broken #75

Closed HaftIsntHere closed 1 week ago

HaftIsntHere commented 2 weeks ago

Do you have the latest versions of Spicetify, Spotify and Lucid?

Is there already an issue for your problem?

Is your problem definitely caused by the theme?

Environment & Computer Info

- Spotify version:Spotify for Windows (64 bit) 1.2.49.439.gfae492c7
- Installed from: (Windows Store, Spotify site, Flatpak, etc) spotify site
- Spicetify version:Spicetify v2.38.4
- Color scheme: default
- Extensions: volume precentage, beautiful lyrics, shuffle+
- Custom apps: none
- Lucid installation method: (Spicetify Marketplace/PowerShell script/Bash script/Manual) powershell script

Description

When entering full screen mode it looks broken, just like in the pic.

Screenshots

image

elpideus commented 1 week ago

Strange... It is like this for me...

image No Lyrics

image With Lyrics

sanoojes commented 1 week ago

https://github.com/surfbryce/beautiful-lyrics/issues/954

this is the issue with the extension this will be fixed soon by the dev

sanoojes commented 1 week ago

Strange... It is like this for me...

image No Lyrics

image With Lyrics

yes i need to add the full screen styles soon it is default rn

sanoojes commented 1 week ago

made a quick fix for it add this snippet for now

.BeautifulLyricsPage.Fullscreen .Content .PlayPanel .SliderBar,
.BeautifulLyricsPage.Fullscreen .Content .PlayPanel .MediaSpace {
    position: relative;
}
HaftIsntHere commented 1 week ago

Thank you so much, you’re so fast with the response, unlike other devs who take WEEKS😭😭😭😭 Love your theme! 🤩

Mysticc28 commented 1 week ago

made a quick fix for it add this snippet for now

.BeautifulLyricsPage.Fullscreen .Content .PlayPanel .SliderBar,
.BeautifulLyricsPage.Fullscreen .Content .PlayPanel .MediaSpace {
    position: relative;
}

Thank you so much!! Finally a fix for this issue! BTW, also switched to your theme and it is amazing!

OverTex667 commented 1 week ago

made a quick fix for it add this snippet for now

.BeautifulLyricsPage.Fullscreen .Content .PlayPanel .SliderBar,
.BeautifulLyricsPage.Fullscreen .Content .PlayPanel .MediaSpace {
    position: relative;
}

where i have to put this, and how ?

sanoojes commented 1 week ago

made a quick fix for it add this snippet for now

.BeautifulLyricsPage.Fullscreen .Content .PlayPanel .SliderBar,
.BeautifulLyricsPage.Fullscreen .Content .PlayPanel .MediaSpace {
    position: relative;
}

where i have to put this, and how ?

Marketplace => snippets => add css image image