From d01c61f6648c6d775e14de55902d276aab50a47d Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Wed, 14 Sep 2022 01:21:15 +0200 Subject: [PATCH] Make it possible to show input next to each other again --- ts/editor/CodeMirror.svelte | 2 ++ ts/editor/EditingArea.svelte | 4 ++++ ts/editor/EditorField.svelte | 2 +- ts/editor/plain-text-input/PlainTextInput.svelte | 3 +++ ts/editor/rich-text-input/RichTextInput.svelte | 2 ++ 5 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ts/editor/CodeMirror.svelte b/ts/editor/CodeMirror.svelte index d482fd5ee..ee20ec677 100644 --- a/ts/editor/CodeMirror.svelte +++ b/ts/editor/CodeMirror.svelte @@ -98,6 +98,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html diff --git a/ts/editor/EditorField.svelte b/ts/editor/EditorField.svelte index 5c824f05c..94a4f90ef 100644 --- a/ts/editor/EditorField.svelte +++ b/ts/editor/EditorField.svelte @@ -133,7 +133,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html @include elevation.elevation( 2, $color: rgb(59 130 246), - $opacity-boost: 0.2 + $opacity-boost: 0.8 ); } } diff --git a/ts/editor/plain-text-input/PlainTextInput.svelte b/ts/editor/plain-text-input/PlainTextInput.svelte index bffdc4057..e849958d7 100644 --- a/ts/editor/plain-text-input/PlainTextInput.svelte +++ b/ts/editor/plain-text-input/PlainTextInput.svelte @@ -157,7 +157,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html