mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
style/empty note: fix alignment
This commit is contained in:
committed by
Elian Doran
parent
624610b17c
commit
b741662fde
@@ -52,7 +52,7 @@ export default class NoteWrapperWidget extends FlexContainer<BasicWidget> {
|
||||
|
||||
const note = this.noteContext?.note;
|
||||
if (!note) {
|
||||
this.$widget.addClass("bgfx");
|
||||
this.$widget.addClass("bgfx empty-note");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user