Skip to content

Conversation

@dormieriancitizen
Copy link

Resolves #240

This fix works for me, but honestly I'm not entirely sure why it was like this to begin with—I guess Spotify has added another row to the grid.

Before:
image

After:
image

Also works fine with non-maximised windows and such.

@ohitstom
Copy link
Member

does this change work for your tested Spotify version and the recommended one? could you send some proof, either that or I might make a community branch otherwise as not got time for this project right now 😞

@dormieriancitizen
Copy link
Author

It works for my tested version of 1.2.74.477.g3be53afe (that working screenshot is from it). I don't really have the ability to downgrade to recommended version (1.2.51) on my machine, so I'm not sure how to test it.

It's fine if you can't merge without confirmation of that—for now, I've been using this css snippet, which works correctly for me.

:root .global-nav .Root__top-container {
    grid-template-rows: calc(var(--comfy-topbar-height, 64px) / var(--zoom, 1) - 16px) 0px 1fr !important;
}

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

Successfully merging this pull request may close these issues.

Theme is broken with a large gap between searchbar and content

2 participants