Widen News' filter row, drop nested count badges; row Attendance/Documents/Referee cards

News list: the left pane is wider (380px -> 460px) so the four status chips
fit on one line, and each chip's count is now plain text in the pill itself
("All 42") rather than a nested badge -- matches D8's own "All 42 / Drafts 3"
wording literally. Member detail: Attendance, Documents and Referee
eligibility now sit side by side in one row instead of stacking as three
full-width cards.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ECGMEwrc2k4D8VQuwjstj9
This commit is contained in:
2026-08-20 09:03:37 +02:00
parent fc3901fb5a
commit e5427c31dd
4 changed files with 141 additions and 135 deletions

View File

@@ -3795,6 +3795,9 @@
.w-\[380px\] {
width: 380px;
}
.w-\[460px\] {
width: 460px;
}
.w-auto {
width: auto;
}