diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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; +} |