-
-
Notifications
You must be signed in to change notification settings - Fork 207
feat(snippets): remove global navbar navlinks limit #770
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: main
Are you sure you want to change the base?
Changes from 5 commits
ede2302
e725bd6
ce0f3fc
0a84736
4d3a126
db54bb2
4229fdd
b67605b
9b55968
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -376,5 +376,17 @@ | |
"description": "Changes the background of unplayable tracks to make it easier to spot them in large playlists.", | ||
"code": ".main-trackList-disabled{background:#f004}.main-trackList-disabled:focus-within,.main-trackList-disabled:hover{background:#f005}.main-trackList-disabled.main-trackList-selected,.main-trackList-disabled.main-trackList-selected:hover{background:#f006}", | ||
"preview": "resources/assets/snippets/More-Visible-Unplayable-Tracks" | ||
}, | ||
{ | ||
"title": "[Global Nav Bar] remove scrolling overflow", | ||
"description": "Removes the max visible width restrictions of the 'sidebar' items. Useful if you have more than the scrolling limit but not as much that it will overflow with the searchbar", | ||
"code": ".custom-navlinks-scrollable_container{max-width: unset!important}", | ||
"preview": "resources/assets/snippets/glob-nav-max-items.png" | ||
}, | ||
{ | ||
"title": "[Global Nav Bar] marketplace header margin fix", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. huh. this margin exists so the buttons are clickable. if you unset it, they won't be clickable again There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have had certain themes make the menu overlap. though I have not disabled this in a long time so I'm not sure if that is still the case. |
||
"description": "Global Nav Bar breaks the margin for certain themes, this removes the standard margin, and sets it back to 0", | ||
"code": "div.marketplace-header:has(.marketplace-header__left .marketplace-sortBox-header){margin-top:unset;}", | ||
"preview": "resources/assets/snippets/glob-nav-mrktplc-margin.png" | ||
} | ||
] |
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.
Some wording suggestions because it sounds really confusing at first glance.