t2-mapper/app/style.css

18 lines
170 B
CSS
Raw Normal View History

2025-09-11 23:48:23 +00:00
html,
body {
margin: 0;
padding: 0;
}
#canvas {
display: block;
width: 100vw;
height: 100vh;
}
#missionList {
position: fixed;
top: 20px;
left: 20px;
}