Add Configuration Sidebar with ConfigurationService

This commit is contained in:
Marty Oehme 2018-08-23 14:12:22 +02:00
parent 6ba0ca55cb
commit bf0d136d8b
10 changed files with 83 additions and 23 deletions

11
lib/app_component.css Normal file
View file

@ -0,0 +1,11 @@
#wrapper {
display: flex;
}
#viewport {
flex: 0 0 65%;
}
#sidebar {
flex: 1;
}