mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-02 21:42:15 +08:00
fix(zen): missing edit read-only note (closes #1371)
This commit is contained in:
parent
6c1f631ddb
commit
45b7d51db9
@ -1669,7 +1669,7 @@ body.zen .tab-row-widget,
|
|||||||
body.zen .ribbon-container,
|
body.zen .ribbon-container,
|
||||||
body.zen .note-icon-widget,
|
body.zen .note-icon-widget,
|
||||||
body.zen .title-row .button-widget,
|
body.zen .title-row .button-widget,
|
||||||
body.zen .floating-buttons {
|
body.zen .floating-buttons-children > *:not(.bx-edit-alt) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1691,6 +1691,20 @@ body.zen .title-row {
|
|||||||
padding-right: 2.5em;
|
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,
|
||||||
body.zen .note-title-widget input {
|
body.zen .note-title-widget input {
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user