Skip to content

fix(Dribbblish): topbar left margin #1148

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JulienMaille
Copy link

image

@JulienMaille JulienMaille changed the title FIX: topbar left margin FIX: [ Dribbblish] topbar left margin Feb 10, 2025
@JulienMaille JulienMaille changed the title FIX: [ Dribbblish] topbar left margin FIX: [Dribbblish] topbar left margin Feb 10, 2025
@JulienMaille JulienMaille changed the title FIX: [Dribbblish] topbar left margin fix(Dribbblish): topbar left margin Feb 10, 2025
@akacapy
Copy link

akacapy commented Feb 11, 2025

It works thanks. It took me 4 hours to get it right because there is not step by step guide but I did it any how using custom css in snippets in marketplace

Copy link

@camradex camradex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works perfectly! thanks

@akacapy
Copy link

akacapy commented Feb 19, 2025

Update: I have to reapply it every time I restart my pc. Not worth it
image
This what happen to the sidebar after opening spotify after a restart

@camradex
Copy link

camradex commented Feb 19, 2025

Update: I have to reapply it every time I restart my pc. Not worth it image This what happen to the sidebar after opening spotify after a restart

you have to replace the file in the spicetify config dir /Dribbblish/user.css with the one on the commit

https://github.com/spicetify/spicetify-themes/blob/d187747a2d0cfcb928e4874804104c58a81b6f1f/Dribbblish/user.css

@akacapy
Copy link

akacapy commented Feb 20, 2025

Update: I have to reapply it every time I restart my pc. Not worth it image This what happen to the sidebar after opening spotify after a restart

you have to replace the file in the spicetify config dir /Dribbblish/user.css with the one on the commit

https://github.com/spicetify/spicetify-themes/blob/d187747a2d0cfcb928e4874804104c58a81b6f1f/Dribbblish/user.css

Still doesn't work 😭😞

@sansmoraxz
Copy link
Contributor

The element Desktop_LeftSidebar_Id has inline style override with

<div id="Desktop_LeftSidebar_Id" class="Root__nav-bar" style="--left-sidebar-width: 72;">

might be from some javascript injection, didn't investigate too deep.

The default value of --left-sidebar-width is 232 due to which the misalignment is coming.

Quick and dirty fix for now:

.Root__globalNav {
    --left-sidebar-width: 72;
}

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.

4 participants