redesign experiments

This commit is contained in:
zadam
2021-05-17 21:46:18 +02:00
parent 04f249e800
commit 7a7c890946
9 changed files with 3197 additions and 66 deletions

View File

@@ -4,7 +4,7 @@ import appContext from "../../services/app_context.js";
export default class RootContainer extends FlexContainer {
constructor() {
super('column');
super('row');
this.id('root-widget');
this.css('height', '100vh');