From 45b7d51db907a4e3764f39ec8bd2fdaef35340ea Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 15 Mar 2025 02:21:00 +0200 Subject: [PATCH] fix(zen): missing edit read-only note (closes #1371) --- src/public/stylesheets/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index e8f3c15cc..0cb5b0e2a 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -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;