mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +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;
|
||||
}
|
||||
|
||||
:root .ck.ck-list__item{
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
/* Checked list item */
|
||||
|
||||
:root ul.ck.ck-list button.ck-button:hover,
|
||||
@ -197,6 +201,12 @@
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
/* Heading dropdown */
|
||||
|
||||
:root .ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
|
||||
min-width: 170px;
|
||||
}
|
||||
|
||||
/* Font size dropdown */
|
||||
|
||||
.ck-fontsize-option {
|
||||
|
Loading…
x
Reference in New Issue
Block a user