diff --git a/manifest.json b/manifest.json index 09127a5..c75ad2b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "folder-notes", "name": "Folder notes", - "version": "1.2.2", + "version": "1.2.3", "minAppVersion": "0.15.0", "description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.", "author": "Lost Paul", diff --git a/styles.css b/styles.css index dfc50aa..5391f4a 100644 --- a/styles.css +++ b/styles.css @@ -10,7 +10,7 @@ padding-right: 0; } -.fn-whitespace-stop-collapsing .collapse-icon { +.fn-whitespace-stop-collapsing .nav-folder-collapse-indicator { margin-top: 4px; }