ProzillaOS/src/components/apps/logic-sim/CircuitView.module.css
2024-06-05 21:46:34 +02:00

10 lines
No EOL
98 B
CSS

.CircuitView {
display: flex;
width: 100%;
flex-grow: 1;
}
.Canvas {
flex: 1;
width: 100%;
}