From a05e7b03ae5b7e4b3322a63fc052158204b38e16 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Mon, 22 May 2023 10:14:37 +0200 Subject: [PATCH] Fix outline --- manifest.json | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }