From 8780debc905a01b7ecec193fe4a6f5be65fe9a69 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 16 Jun 2025 20:31:57 +0300 Subject: [PATCH] style(next)/dialogs/note type chooser: improve appearance --- apps/client/src/stylesheets/theme-next/dialogs.css | 12 ++++++++++++ apps/client/src/widgets/dialogs/note_type_chooser.ts | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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"> - +