From cf3e13911b05cbb9c0e71713919c92d379bb62f5 Mon Sep 17 00:00:00 2001 From: QiShaoXuan Date: Wed, 12 Oct 2022 19:04:38 +0800 Subject: [PATCH] feat: modify style --- src/pages/temporary.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/temporary.css b/src/pages/temporary.css index 820d931540..b9b56e502a 100644 --- a/src/pages/temporary.css +++ b/src/pages/temporary.css @@ -36,3 +36,9 @@ s { .affine-block-children-container.edgeless { height: 100% !important; } +.affine-list-rich-text-wrapper > div { + box-sizing: content-box; + color: var(--affine-highlight-color); + min-width: unset !important; + max-width: 26px; +}