summaryrefslogtreecommitdiff
path: root/style.css
blob: ada56990f482b440810e5ff8cddba37c35a41c49 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding-top: 100dvh;
}

canvas,
video {
  max-width: 100%;
  max-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;
}

.hero.is-fullheight {
  min-height: 100dvh;
}

#settings-button {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#back {
  position: absolute;
  left: 30px;
  top: 30px;
}

#cheese {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

aside {
  width: 300px;
}

#settings {
  z-index: 200;
}