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

This commit is contained in:
Adorian Doran 2025-06-16 20:31:57 +03:00
parent cb65d02dc6
commit 8780debc90
2 changed files with 13 additions and 1 deletions

View File

@ -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;
}

View File

@ -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>