tuxman/client/css/editor.css
2023-06-17 01:18:16 -04:00

22 lines
301 B
CSS

canvas {
box-shadow: inset 0 0 1px red;
}
#sidebar {
background-color: #191919;
position: absolute;
display: flex;
flex-direction: column;
border: 1px solid;
padding: 1rem;
}
#mapgen {
display: flex;
flex-direction: column;
}
#export {
margin-top: 1rem;
}