summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-12-10 03:14:49 +0100
committerOrangerot <purple@orangerot.dev>2024-12-10 03:14:49 +0100
commita4af4cc514ab80cd3bb221533d51db705248d8e9 (patch)
treea3924bbf59a7a87a6189d46fb2b8adb655b9d2b3 /style.css
parentbd7ae6218033b436fa39771d75d54acceb9de5ca (diff)
feat: button to go back to edit another image
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
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;
+}