diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -8,10 +8,23 @@ canvas { max-height: 100%; } -body:not(.editor-enabled) .is-visible-editor { +video { + width: 100%; + height: 100%; +} + +body:not(.import-active) .is-visible-import { + display: none !important; +} + +body:not(.camera-active) .is-visible-camera { + display: none !important; +} + +body:not(.editor-active) .is-visible-editor { display: none !important; } -body.editor-enabled .is-hidden-editor { +body.import-active .is-hidden-import { display: none !important; } |