mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-31 04:02:26 +08:00
style(next)/formatting toolbar: tweak the default width of the dropdown panels
This commit is contained in:
parent
a8738fd174
commit
0616b24147
@ -136,6 +136,10 @@
|
|||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root .ck.ck-list__item{
|
||||||
|
min-width: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Checked list item */
|
/* Checked list item */
|
||||||
|
|
||||||
:root ul.ck.ck-list button.ck-button:hover,
|
:root ul.ck.ck-list button.ck-button:hover,
|
||||||
@ -197,6 +201,12 @@
|
|||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Heading dropdown */
|
||||||
|
|
||||||
|
:root .ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
|
||||||
|
min-width: 170px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Font size dropdown */
|
/* Font size dropdown */
|
||||||
|
|
||||||
.ck-fontsize-option {
|
.ck-fontsize-option {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user