From c01dfe4649f5f4c7bdb6ef624eba282b1604ddee Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Thu, 11 Jul 2024 18:03:54 +0200 Subject: [PATCH] more design adjustments Signed-off-by: Julien Veyssier --- src/components/fields/TextInput.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/fields/TextInput.vue b/src/components/fields/TextInput.vue index b0028c6b..d48a8801 100644 --- a/src/components/fields/TextInput.vue +++ b/src/components/fields/TextInput.vue @@ -193,16 +193,15 @@ export default { } .copy-button { - bottom: 13px; - right: 13px; + bottom: 5px; + right: 5px; } - :deep(.rich-contenteditable__input) { + .rich-contenteditable__input { min-height: 34px; - - > .rich-contenteditable__input { - border: 2px solid var(--color-primary-element) !important; - } + } + .shadowed .rich-contenteditable__input { + border: 2px solid var(--color-primary-element) !important; } }