diff --git a/apps/client/src/stylesheets/theme-next/dialogs.css b/apps/client/src/stylesheets/theme-next/dialogs.css index e73c555fc..d6b30eb31 100644 --- a/apps/client/src/stylesheets/theme-next/dialogs.css +++ b/apps/client/src/stylesheets/theme-next/dialogs.css @@ -395,4 +395,16 @@ div.tn-tool-dialog { padding-right: 12px; font-weight: normal; white-space: nowrap; +} + +/* + * NOTE TYPE CHOOSER DIALOG + */ + +.note-type-chooser-dialog div.note-type-dropdown { + font-size: unset; +} + +.note-type-chooser-dialog div.note-type-dropdown .dropdown-item span.bx { + margin-right: .25em; } \ No newline at end of file diff --git a/apps/client/src/widgets/dialogs/note_type_chooser.ts b/apps/client/src/widgets/dialogs/note_type_chooser.ts index 927e2f174..ff4442826 100644 --- a/apps/client/src/widgets/dialogs/note_type_chooser.ts +++ b/apps/client/src/widgets/dialogs/note_type_chooser.ts @@ -37,7 +37,7 @@ const TPL = /*html*/` data-bs-toggle="dropdown" data-bs-display="static"> -
+