Add Configuration Sidebar with ConfigurationService
This commit is contained in:
parent
6ba0ca55cb
commit
bf0d136d8b
10 changed files with 83 additions and 23 deletions
11
lib/app_component.css
Normal file
11
lib/app_component.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#wrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#viewport {
|
||||
flex: 0 0 65%;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
flex: 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue