mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
chore(prettier): fix all files
This commit is contained in:
@@ -4,7 +4,7 @@ export default class RootContainer extends FlexContainer {
|
||||
constructor(isHorizontalLayout) {
|
||||
super(isHorizontalLayout ? "column" : "row");
|
||||
|
||||
this.id('root-widget');
|
||||
this.css('height', '100dvh');
|
||||
this.id("root-widget");
|
||||
this.css("height", "100dvh");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user