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

@ -395,4 +395,16 @@ div.tn-tool-dialog {
padding-right: 12px; padding-right: 12px;
font-weight: normal; font-weight: normal;
white-space: nowrap; 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"> data-bs-toggle="dropdown" data-bs-display="static">
</button> </button>
<div class="note-type-dropdown dropdown-menu"></div> <div class="note-type-dropdown dropdown-menu static"></div>
</div> </div>
</div> </div>
</div> </div>