fix(zen): missing edit read-only note (closes #1371)

This commit is contained in:
Elian Doran 2025-03-15 02:21:00 +02:00
parent 6c1f631ddb
commit 45b7d51db9
No known key found for this signature in database

View File

@ -1669,7 +1669,7 @@ body.zen .tab-row-widget,
body.zen .ribbon-container,
body.zen .note-icon-widget,
body.zen .title-row .button-widget,
body.zen .floating-buttons {
body.zen .floating-buttons-children > *:not(.bx-edit-alt) {
display: none !important;
}
@ -1691,6 +1691,20 @@ body.zen .title-row {
padding-right: 2.5em;
}
body.zen .floating-buttons {
top: -10px;
}
body.zen .floating-buttons-children {
right: 0;
}
body.zen .floating-buttons-children .button-widget {
width: var(--zen-button-size);
height: var(--zen-button-size);
padding: 0;
}
body.zen .note-title-widget,
body.zen .note-title-widget input {
font-size: 1rem !important;