mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
20 lines
238 B
Text
20 lines
238 B
Text
.root {
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
.viewer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sideBar {
|
|
flex-basis: 250px;
|
|
}
|
|
|
|
.leftToolbarGroup > * {
|
|
margin-bottom: 0.8em;
|
|
}
|