From b06cee76f80be5d6a5df88cb42ec27506588a65f Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Sun, 18 May 2025 11:28:26 +0800 Subject: [PATCH] :art: Improve the style of folded lists (#14830) --- app/src/assets/scss/protyle/_wysiwyg.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/assets/scss/protyle/_wysiwyg.scss b/app/src/assets/scss/protyle/_wysiwyg.scss index 1a7236984..9184b721f 100644 --- a/app/src/assets/scss/protyle/_wysiwyg.scss +++ b/app/src/assets/scss/protyle/_wysiwyg.scss @@ -153,6 +153,10 @@ background-color: var(--b3-list-hover); } + & > div:nth-child(2) { + margin-bottom: 0; + } + & > div:nth-child(3):not(.protyle-attr), & > div:nth-child(3) ~ div:not(.protyle-attr) { display: none;