summaryrefslogtreecommitdiff
path: root/style.css
blob: 205c7caf7b58e8b1e8b8e6621543ef2a6dee6290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
html, body {
  margin: 0px;
  scroll-behavior: smooth;
}

canvas {
  max-width: 100%;
  max-height: 100%;
}

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.import-active .is-hidden-import {
  display: none !important;
}