Files
tianshu-engine/editor/style.css
2026-06-10 10:30:43 +08:00

13 lines
150 B
CSS

html, body {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
background: #0a0a16;
}
#editor-app {
width: 100%;
height: 100%;
}