From 1198f7949214ed39d4cc92fe8cc2e83ca528b727 Mon Sep 17 00:00:00 2001 From: xarmian Date: Tue, 7 Apr 2026 22:01:12 +0000 Subject: [PATCH] ui: style board view columns to match roles page swim lanes Add background, border, and border-radius to board columns for a boxed card-like container look. Round header top corners to match, tighten card gap, and bump header padding/weight for consistency with the roles page lane styling. --- .../lib/components/collections/BoardView.svelte | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/web/src/lib/components/collections/BoardView.svelte b/web/src/lib/components/collections/BoardView.svelte index bfcd854a..d7de51e5 100644 --- a/web/src/lib/components/collections/BoardView.svelte +++ b/web/src/lib/components/collections/BoardView.svelte @@ -258,7 +258,7 @@