Imagine/style.css

62 lines
763 B
CSS
Raw Permalink Normal View History

2025-01-13 10:17:29 +01:00
html {
scroll-behavior: smooth;
}
body {
margin: 0px;
2025-01-13 07:33:11 +01:00
padding-top: 100dvh;
}
2025-01-13 09:48:05 +01:00
canvas,
video {
max-width: 100%;
max-height: 100%;
}
2024-12-10 06:28:50 +01:00
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;
}
2024-12-10 06:28:50 +01:00
body.import-active .is-hidden-import {
display: none !important;
}
2025-01-13 07:33:11 +01:00
.hero.is-fullheight {
min-height: 100dvh;
}
#settings-button {
2025-01-13 09:48:05 +01:00
position: absolute;
2025-01-13 07:33:11 +01:00
right: 30px;
2025-01-13 09:48:05 +01:00
bottom: 30px;
2025-01-13 07:33:11 +01:00
}
#back {
2025-01-13 09:48:05 +01:00
position: absolute;
2025-01-13 07:33:11 +01:00
left: 30px;
2025-01-13 09:48:05 +01:00
top: 30px;
2025-01-13 07:33:11 +01:00
}
#cheese {
2025-01-13 09:48:05 +01:00
position: absolute;
bottom: 30px;
left: 30px;
2025-01-13 07:33:11 +01:00
right: 30px;
}
aside {
width: 300px;
}
#settings {
z-index: 200;
}