summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/style.css b/style.css
index 2bed156..205c7ca 100644
--- a/style.css
+++ b/style.css
@@ -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;
}