From e951d60800469298790ccb030e91f8570795edc7 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 3 Feb 2026 20:54:56 +0200 Subject: [PATCH] style/options: hide collection properties --- apps/client/src/stylesheets/theme-next/pages.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/pages.css b/apps/client/src/stylesheets/theme-next/pages.css index f323d00005..e6125e80e2 100644 --- a/apps/client/src/stylesheets/theme-next/pages.css +++ b/apps/client/src/stylesheets/theme-next/pages.css @@ -156,6 +156,10 @@ --preferred-max-content-width: var(--options-card-max-width); } +.note-split.options .collection-properties { + visibility: hidden; +} + /* Create a gap at the top of the option pages */ .note-detail-content-widget-content.options>*:first-child { margin-top: var(--options-first-item-top-margin, 1em);