12 lines
No EOL
157 B
CSS
12 lines
No EOL
157 B
CSS
.CircuitView {
|
|
display: flex;
|
|
width: 100%;
|
|
height: calc(100% - var(--header-height));
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.Canvas {
|
|
flex: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
} |