From db1f632859989850c10837e39e4da89ebd74d5d3 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 23 Dec 2025 04:24:39 +0200 Subject: [PATCH] style/zen mode: make the read-only note badge visible --- apps/client/src/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index e54bd26e2..5a7d4d923 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2013,7 +2013,8 @@ body.zen .ribbon-container:not(:has(.classic-toolbar-widget)), body.zen .ribbon-container:has(.classic-toolbar-widget) .ribbon-top-row, body.zen .ribbon-container .ribbon-body:not(:has(.classic-toolbar-widget)), body.zen .title-row .icon-action, -body.zen .note-badges, +body.zen .note-badges > *:not(.read-only-badge), +body.zen .ribbon-button-container, body.zen .inline-title, body.zen .promoted-attributes-widget, body.zen .floating-buttons-children > *:not(.bx-edit-alt),