Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 8780deb

Browse files
committed
style(next)/dialogs/note type chooser: improve appearance
1 parent cb65d02 commit 8780deb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

apps/client/src/stylesheets/theme-next/dialogs.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,16 @@ div.tn-tool-dialog {
395395
padding-right: 12px;
396396
font-weight: normal;
397397
white-space: nowrap;
398+
}
399+
400+
/*
401+
* NOTE TYPE CHOOSER DIALOG
402+
*/
403+
404+
.note-type-chooser-dialog div.note-type-dropdown {
405+
font-size: unset;
406+
}
407+
408+
.note-type-chooser-dialog div.note-type-dropdown .dropdown-item span.bx {
409+
margin-right: .25em;
398410
}

apps/client/src/widgets/dialogs/note_type_chooser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const TPL = /*html*/`
3737
data-bs-toggle="dropdown" data-bs-display="static">
3838
</button>
3939
40-
<div class="note-type-dropdown dropdown-menu"></div>
40+
<div class="note-type-dropdown dropdown-menu static"></div>
4141
</div>
4242
</div>
4343
</div>

0 commit comments

Comments
 (0)