mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
style(next)/dialogs/note type chooser: improve appearance
This commit is contained in:
parent
cb65d02dc6
commit
8780debc90
@ -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;
|
||||||
}
|
}
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user