From e250107202443ceb3336dfa5379abfcefa95e52c Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 2 Nov 2025 21:12:23 +0200 Subject: [PATCH] style/zen mode: fix collections not showing up --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 8ee8a62f4..e09ff03cb 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2045,7 +2045,7 @@ body.zen .title-row .icon-action, body.zen .promoted-attributes-widget, body.zen .floating-buttons-children > *:not(.bx-edit-alt), body.zen .action-button, -body.zen .note-list-widget { +body.zen .note-list-widget:not(.full-height) { display: none !important; }