From a4af4cc514ab80cd3bb221533d51db705248d8e9 Mon Sep 17 00:00:00 2001 From: Orangerot Date: Tue, 10 Dec 2024 03:14:49 +0100 Subject: feat: button to go back to edit another image --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 11f3fc9..2bed156 100644 --- a/style.css +++ b/style.css @@ -7,3 +7,11 @@ canvas { max-width: 100%; max-height: 100%; } + +body:not(.editor-enabled) .is-visible-editor { + display: none !important; +} + +body.editor-enabled .is-hidden-editor { + display: none !important; +} -- cgit v1.2.3