mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
feat(client): implement top launcher pane
This commit is contained in:
@@ -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%');
|
||||
|
||||
Reference in New Issue
Block a user