diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-10 03:14:49 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-10 03:14:49 +0100 |
commit | a4af4cc514ab80cd3bb221533d51db705248d8e9 (patch) | |
tree | a3924bbf59a7a87a6189d46fb2b8adb655b9d2b3 /style.css | |
parent | bd7ae6218033b436fa39771d75d54acceb9de5ca (diff) |
feat: button to go back to edit another image
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; +} |