spicetify / spicetify-themes

A community-driven collection of themes for customizing Spotify through Spicetify - https://github.com/spicetify/cli
MIT License
5.07k stars 1.27k forks source link

[text] Playlists, playlists text and marketplace are misaligned on sidebar #1057

Closed jungby closed 4 months ago

jungby commented 6 months ago

Describe the bug After updating the playlists are now misaligned, the cart for marketplace was already like that but only with this theme

To Reproduce Steps to reproduce the behavior:

  1. Open Spotify
  2. See the playlists on the left

Expected behavior They should be aligned when compact or not.

Screenshots image image

Logs

index.html:1 document.domain mutation is ignored because the surrounding agent cluster is origin-keyed.
(anonymous) @ index.html:1
4151.css:1 

       Failed to load resource: net::ERR_NAME_NOT_RESOLVED
favicon.ico:1 

       Failed to load resource: net::ERR_NAME_NOT_RESOLVED
extension.js:8 Initializing Spicetify Marketplace v0.9.4
xpui.js:1 cosmos-connector:  fetchAdForSlot endpoint=%o sp://ads/v1/ads/hpto
extension.js:8 Loaded Marketplace extension
gue1-spclient.spotify.com/remote-config-resolver/v3/configuration:1 

       Failed to load resource: the server responded with a status of 404 ()
vendor~xpui.js:1 provider:transport resolve error k Object
f @ vendor~xpui.js:1
index.html:1 Uncaught (in promise) k
xpui.js:1 Error: Unexpectedly hit unreachable code! Unhandled discriminated union member: {"__typename":"HomeSpotlightSectionData"}
    at i (xpui.js:1:2235907)
    at r (xpui.js:1:2236037)
    at ds (home-v2.js:1:20888)
    at Ta (vendor~xpui.js:1:1914117)
    at Tc (vendor~xpui.js:1:1970972)
    at yl (vendor~xpui.js:1:1960124)
    at vl (vendor~xpui.js:1:1960052)
    at _l (vendor~xpui.js:1:1959915)
    at ll (vendor~xpui.js:1:1957056)
    at Wi (vendor~xpui.js:1:1897958)
r @ xpui.js:1
xpui.js:1 Error: Unexpectedly hit unreachable code! Unhandled discriminated union member: {"__typename":"HomeSpotlightSectionData"}
    at i (xpui.js:1:2235907)
    at r (xpui.js:1:2236037)
    at ds (home-v2.js:1:20888)
    at Ta (vendor~xpui.js:1:1914117)
    at Cs (vendor~xpui.js:1:1925748)
    at Tc (vendor~xpui.js:1:1971839)
    at yl (vendor~xpui.js:1:1960124)
    at vl (vendor~xpui.js:1:1960052)
    at _l (vendor~xpui.js:1:1959915)
    at ll (vendor~xpui.js:1:1957056)

Specifics (please complete the following information):

4310V343k commented 6 months ago

going to add onto that - there is a lot of unused real estate on an artist's page. it is even more clearly seen on bigger displays image

DaitiDay commented 5 months ago

Don't know if it's a "proper" fix, but I've changed

.main-yourLibraryX-rowCover {
    height: 24px !important;
    width: 24px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

to

.main-yourLibraryX-rowCover {
    height: 48px !important;
    width: 48px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

in the user.css file, and the icons are now back to what they should look like.