* ui: change export event ui, add rightblock panel * ui: add timeline select checkbox * ui: keep selected framework in localstorage * ui: on timeline => on the timeline
13 lines
224 B
CSS
13 lines
224 B
CSS
.panel {
|
|
width: 270px;
|
|
min-width: 270px;
|
|
height: calc(100vh - 50px);
|
|
align-self: flex-end;
|
|
}
|
|
|
|
.extraPanel {
|
|
width: 360px;
|
|
min-width: 360px;
|
|
height: calc(100vh - 50px);
|
|
align-self: flex-end;
|
|
}
|