diff --git a/resources/snippets.json b/resources/snippets.json index 157f0039..f7a1c865 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -73,10 +73,16 @@ }, { "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 Made For YOU", "description": "Hide the 'Made For YOU' section on the home page.",