mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
style(next)/formatting toolbar: align to right the last button group of the toolbar
This commit is contained in:
parent
bb936707c3
commit
a8dbe9baef
@ -211,6 +211,18 @@
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
/* Toolbar separators */
|
||||
|
||||
:root .ck.ck-toolbar .ck.ck-toolbar__separator {
|
||||
background: transparent;
|
||||
border-left: 1px solid var(--ck-color-toolbar-border);
|
||||
}
|
||||
|
||||
/* The last separator of the toolbar */
|
||||
:root .classic-toolbar-widget .ck.ck-toolbar__separator:last-of-type {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
/* Heading dropdown */
|
||||
|
||||
:root .ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user