mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
frontend validation of attribute name + other changes and fixes
This commit is contained in:
@@ -131,7 +131,7 @@ export default class DesktopMainWindowLayout {
|
||||
.child(new FlexContainer('column').id('center-pane')
|
||||
.child(new FlexContainer('row').class('title-row')
|
||||
.cssBlock('.title-row > * { margin: 5px; }')
|
||||
.css('height', '55px')
|
||||
.overflowing()
|
||||
.child(new NoteTitleWidget())
|
||||
.child(new RunScriptButtonsWidget().hideInZenMode())
|
||||
.child(new NoteTypeWidget().hideInZenMode())
|
||||
|
||||
Reference in New Issue
Block a user