From 7e6daf5b3613db8b15cb90e72609a982959fd8f0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 15 Feb 2026 18:55:23 +0200 Subject: [PATCH] style/list view: refactor --- .../src/widgets/collections/legacy/ListOrGridView.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index a1586135dc..b2251185ed 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -114,12 +114,12 @@ } } -:root .nested-note-list { +.nested-note-list { --card-nested-section-indent: 25px; -} -:root .nested-note-list.search-results { - --card-nested-section-indent: 32px; + &.search-results { + --card-nested-section-indent: 32px; + } } /* List item */