From 222dbf9dd3deb5dee823ac7b0016f47fed35543b Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sat, 8 Apr 2023 22:12:24 +0200 Subject: [PATCH] Padding for collapse icon --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 574f60a..4e23f2c 100644 --- a/styles.css +++ b/styles.css @@ -4,6 +4,10 @@ padding-top: 4px; } +.fn-whitespace-stop-collapsing .collapse-icon { + padding-top: 4px; +} + .folder-note-underline .has-folder-note.nav-folder-title-content { text-decoration-line: underline; text-decoration-color: var(--text-faint);