armcord/assets/app/css/editor.css
2025-01-28 15:47:13 +01:00

11 lines
122 B
CSS

html,
body {
margin: 0;
padding: 0;
}
#editorCode {
height: 100%;
width: 100%;
position: absolute;
}