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 });