style(next)/dialogs/note type chooser: improve appearance

pull/2356/head
Adorian Doran 2025-06-16 20:31:57 +07:00
parent cb65d02dc6
commit 8780debc90
2 changed files with 13 additions and 1 deletions

@ -396,3 +396,15 @@ div.tn-tool-dialog {
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;
}

@ -37,7 +37,7 @@ const TPL = /*html*/`
data-bs-toggle="dropdown" data-bs-display="static">
</button>
<div class="note-type-dropdown dropdown-menu"></div>
<div class="note-type-dropdown dropdown-menu static"></div>
</div>
</div>
</div>