Merge branch 'TriliumNext:main' into main

This commit is contained in:
hulmgulm 2026-02-02 19:09:08 +01:00 committed by GitHub
commit 6855bc1de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -47,9 +47,11 @@
}
/* The toolbar show / hide button for the current text block */
.ck.ck-block-toolbar-button {
:root .ck.ck-block-toolbar-button {
--ck-color-button-on-background: transparent;
--ck-color-button-on-color: currentColor;
translate: -30% 0;
z-index: 5000;
}
:root .ck.ck-toolbar .ck-button:not(.ck-disabled):active,

View File

@ -4,11 +4,14 @@
position: relative;
> .inline-title,
> .note-detail > .note-detail-editable-text,
> .note-detail > .note-detail-editable-text > .note-detail-editable-text-editor,
> .note-list-widget:not(.full-height) .note-list-wrapper {
padding-inline: 24px;
}
> .note-detail > .note-detail-editable-text > .note-detail-editable-text-editor {
overflow: unset;
}
}
.note-split.type-code:not(.mime-text-x-sqlite) {