From 0ef775e9b9d5de3a49ff07d7e5fb85b85be4b170 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 21 Oct 2023 19:08:11 +0200 Subject: [PATCH] feat(editor): improve overall styling --- src/components/input/editor/EditorToolbar.vue | 67 ++++++++++--------- src/components/input/editor/TipTap.vue | 26 ++++--- 2 files changed, 54 insertions(+), 39 deletions(-) diff --git a/src/components/input/editor/EditorToolbar.vue b/src/components/input/editor/EditorToolbar.vue index 2d8fe6a8c..275ea63ca 100644 --- a/src/components/input/editor/EditorToolbar.vue +++ b/src/components/input/editor/EditorToolbar.vue @@ -7,7 +7,10 @@ :class="{ 'is-active': editor.isActive('heading', { level: 1 }) }" v-tooltip="$t('input.editor.heading1')" > - 1 + + + 1 + - 2 + + + 2 + - 3 + + + 3 + @@ -375,51 +384,47 @@ function setLink() {