mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
style(next)/formatting toolbar: tweak the "Insert table" dropdown
This commit is contained in:
parent
df87933218
commit
bb936707c3
@ -267,6 +267,7 @@
|
||||
|
||||
/* Table dropdown */
|
||||
|
||||
/* Table rows / columns button grid container */
|
||||
.ck-insert-table-dropdown__grid {
|
||||
--ck-insert-table-dropdown-box-width: 16px;
|
||||
--ck-insert-table-dropdown-box-height: 16px;
|
||||
@ -277,6 +278,11 @@
|
||||
--ck-border-radius: 0;
|
||||
}
|
||||
|
||||
/* Selected rows / column counter */
|
||||
.ck.ck-insert-table-dropdown__label {
|
||||
margin-top: var(--ck-spacing-medium);
|
||||
}
|
||||
|
||||
/* Admonitions dropdown */
|
||||
|
||||
.ck-tn-admonition-note { --icon: "\eb21"; --accent: var(--admonition-note-accent-color);}
|
||||
|
Loading…
x
Reference in New Issue
Block a user