1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Desktop: Fixes #7907: Fixed height when controls are on a single row (#7912)

This commit is contained in:
Julien
2023-03-14 00:26:56 +08:00
committed by GitHub
parent bd4291462e
commit 7a3e6fde7f
3 changed files with 16 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ const globalStyle: any = {
toolbarPadding: 6,
appearance: 'light',
mainPadding: 12,
topRowHeight: 81,
topRowHeight: 50,
editorPaddingLeft: 8,
};