59 lines
753 B
CSS
59 lines
753 B
CSS
body {
|
|
margin: 0px;
|
|
scroll-behavior: smooth;
|
|
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;
|
|
}
|