From d7339ff14d35b7436754830d3fac7f8faf3d62eb Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 23 Feb 2026 11:40:02 +0200 Subject: [PATCH] ui/collection properties: apply the correct inline padding --- apps/client/src/widgets/note_bars/CollectionProperties.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/note_bars/CollectionProperties.css b/apps/client/src/widgets/note_bars/CollectionProperties.css index c8802a42a0..00232bcc2e 100644 --- a/apps/client/src/widgets/note_bars/CollectionProperties.css +++ b/apps/client/src/widgets/note_bars/CollectionProperties.css @@ -1,5 +1,5 @@ .collection-properties { - padding: 0.55em 12px; + padding: 0.55em var(--content-margin-inline); display: flex; gap: 0.25em; align-items: center;