note map fixes

This commit is contained in:
zadam
2022-11-06 14:38:41 +01:00
parent 1d8b02055e
commit f1eaa20e47
3 changed files with 6 additions and 1 deletions

View File

@@ -149,6 +149,7 @@ export default class DesktopLayout {
new NoteWrapperWidget()
.child(new FlexContainer('row').class('title-row')
.css("height", "50px")
.css("min-height", "50px")
.css('align-items', "center")
.cssBlock('.title-row > * { margin: 5px; }')
.child(new NoteIconWidget())