From baf22179ef4ea27f75df631920fc32d9e9a34b7c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 24 Sep 2026 06:53:11 -0400 Subject: [PATCH] refactor(frontend): the sweep pane's column wrapper joins sweep-shared.css (#3207) .sweep was the one rule still written identically in both sweep panes. Co-Authored-By: Claude Opus 5.5 --- frontend/src/assets/sweep-shared.css | 3 +++ frontend/src/components/NoteSweepPane.vue | 1 - frontend/src/components/rules/RuleSweepPane.vue | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/assets/sweep-shared.css b/frontend/src/assets/sweep-shared.css index edae188..a2f81df 100644 --- a/frontend/src/assets/sweep-shared.css +++ b/frontend/src/assets/sweep-shared.css @@ -14,6 +14,9 @@ * style — rather than growing a modifier here per pane. */ +/* The pane itself: header, filters, rows and footnote stacked. */ +.sweep { display: flex; flex-direction: column; gap: var(--fs-space-3); } + .sweep-lede { margin: 0; max-width: 62ch; diff --git a/frontend/src/components/NoteSweepPane.vue b/frontend/src/components/NoteSweepPane.vue index cd10892..f7d4d2a 100644 --- a/frontend/src/components/NoteSweepPane.vue +++ b/frontend/src/components/NoteSweepPane.vue @@ -143,7 +143,6 @@ defineExpose({ reload });