From 4688b7008fde57929c878e5dafd131137ac66b38 Mon Sep 17 00:00:00 2001 From: Seviche Date: Wed, 29 Mar 2023 23:19:36 +0800 Subject: [PATCH] Refactor: expand the url input box --- src/components/Tiptap/BubbleMenu.vue | 2 +- src/style.css | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/Tiptap/BubbleMenu.vue b/src/components/Tiptap/BubbleMenu.vue index 0003b77..87efbcd 100644 --- a/src/components/Tiptap/BubbleMenu.vue +++ b/src/components/Tiptap/BubbleMenu.vue @@ -112,7 +112,7 @@ const setLink = () => { diff --git a/src/style.css b/src/style.css index faa131d..10c35c6 100644 --- a/src/style.css +++ b/src/style.css @@ -30,10 +30,7 @@ @apply bg-slate-200; } -.input-group{ - @apply h-4; -} - a { - color: #68CEF8; - } \ No newline at end of file +a { + color: #68CEF8; +} \ No newline at end of file