mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 10:15:22 +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;
|
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 */
|
/* Table dropdown */
|
||||||
|
|
||||||
.ck-insert-table-dropdown__grid {
|
.ck-insert-table-dropdown__grid {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user