feat(client): implement top launcher pane

This commit is contained in:
Elian Doran
2024-11-22 21:05:45 +02:00
parent 8300acd30b
commit efc84722a9
3 changed files with 103 additions and 99 deletions

View File

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