diff --git a/resources/assets/snippets/glob-nav-max-items.png b/resources/assets/snippets/glob-nav-max-items.png new file mode 100644 index 00000000..776f714a Binary files /dev/null and b/resources/assets/snippets/glob-nav-max-items.png differ diff --git a/resources/snippets.json b/resources/snippets.json index f655e336..3b61fea9 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -401,6 +401,12 @@ "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": "Hide Mini Player Button", "description": "Hides the Mini Player button.",