summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}