diff --git a/resources/assets/snippets/Hide-New-release-from.png b/resources/assets/snippets/Hide-New-release-from.png new file mode 100644 index 00000000..c0423ac4 Binary files /dev/null and b/resources/assets/snippets/Hide-New-release-from.png differ diff --git a/resources/snippets.json b/resources/snippets.json index 157f0039..f61af266 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -73,10 +73,22 @@ }, { "title": "Dynamic Left Sidebar", - "description": "Make the left sidebar dynamic, so it only shows when you hover over it and pushes the main content to the right.", + "description": "Install this one if you use 'betterLibrary' by sowgro! Make the left sidebar dynamic, so it only shows when you hover over it and pushes the main content to the right.", "code": "#Desktop_LeftSidebar_Id {\n width: 0px;\n transition: width 0.5s ease, padding-left 0.5s ease;\n z-index: 12;\n}\n#Desktop_LeftSidebar_Id:hover {\n padding-left: 8px;\n width: 280px;\n}\n:root {\n margin-left: -8px;\n}\nsvg[data-encore-id='icon']{\n overflow: visible;\n}\n#Desktop_LeftSidebar_Id span {\n white-space: nowrap;\n}", "preview": "resources/assets/snippets/Dynamic-Left-Sidebar.gif" }, + { + "title": "Dynamic Left Sidebar", + "description": "Make the left sidebar dynamic, so it only shows when you hover over it and pushes the main content to the right.", + "code": "#Desktop_LeftSidebar_Id {\n width: 0px;\n transition: width 0.5s ease, padding-left 0.5s ease;\n z-index: 12;\n}\n#Desktop_LeftSidebar_Id:hover {\n padding-left: 8px;\n width: 280px;\n}\n:root {\n margin-left: -8px;\n}\nsvg[data-encore-id='icon']{\n overflow: visible;\n}\n#Desktop_LeftSidebar_Id span {\n white-space: nowrap;\n}\nbutton[aria-label='Collapse Your Library'] {\n pointer-events: none;\n}", + "preview": "resources/assets/snippets/Dynamic-Left-Sidebar.gif" + }, + { + "title": "Hide New release from", + "description": "Hides the 'New release from' section on the home page.", + "code": "section[aria-label^='New release from'] {\n display: none;\n}", + "preview": "resources/assets/snippets/Hide-New-release-from.png" + }, { "title": "Hide Made For YOU", "description": "Hide the 'Made For YOU' section on the home page.",