-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
base: master
Are you sure you want to change the base?
Conversation
JulienMaille
commented
Feb 9, 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works perfectly! thanks
The element <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 Quick and dirty fix for now: .Root__globalNav {
--left-sidebar-width: 72;
} |