2024-12-05 22:55:49 +01:00
|
|
|
html, body {
|
2024-12-06 15:45:53 +01:00
|
|
|
margin: 0px;
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
}
|
2024-12-06 19:06:31 +01:00
|
|
|
|
|
|
|
canvas {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
2024-12-10 03:14:49 +01:00
|
|
|
|
|
|
|
body:not(.editor-enabled) .is-visible-editor {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.editor-enabled .is-hidden-editor {
|
|
|
|
display: none !important;
|
|
|
|
}
|