From 08860dffee9b42cee4ab0671ccce2ab291440e22 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Tue, 26 Apr 2022 16:21:19 +0800 Subject: [PATCH] Update bubble.module.scss --- .../src/tiptap/menus/mind/bubble.module.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/client/src/tiptap/menus/mind/bubble.module.scss b/packages/client/src/tiptap/menus/mind/bubble.module.scss index 4f4d1b07..e538df72 100644 --- a/packages/client/src/tiptap/menus/mind/bubble.module.scss +++ b/packages/client/src/tiptap/menus/mind/bubble.module.scss @@ -3,26 +3,26 @@ > div { display: flex; - flex-wrap: wrap; - margin-top: 8px; width: 168px; + margin-top: 8px; + flex-wrap: wrap; ul { - margin: 0; - padding: 0; - list-style: none; display: flex; + padding: 0; + margin: 0; + list-style: none; flex-wrap: wrap; li { width: 80px; height: 30px; - text-align: center; - line-height: 30px; padding: 0 5px; font-size: 12px; - cursor: pointer; + line-height: 30px; + text-align: center; text-decoration: none; + cursor: pointer; border: 1px solid rgb(28 31 35 / 8%); &.active {