mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-18 17:31:53 +08:00
style(next)/formatting toolbar: tweak the numbered list dropdown
This commit is contained in:
parent
4d0e956a09
commit
beb842aec0
@ -256,6 +256,13 @@
|
||||
fill: black !important;
|
||||
}
|
||||
|
||||
/* Numbered list */
|
||||
|
||||
:root .ck.ck-list-properties_with-numbered-properties .ck.ck-list-styles-list {
|
||||
grid-template-columns: repeat(3, auto);
|
||||
padding-bottom: calc(var(--ck-spacing-medium) + var(--menu-padding-size));
|
||||
}
|
||||
|
||||
/* Table dropdown */
|
||||
|
||||
.ck-insert-table-dropdown__grid {
|
||||
|
Loading…
x
Reference in New Issue
Block a user