Match the News list rows and filter chips to D8's exact spec
Pulled the literal markup from the design canvas (RosterChief Platform.dc.html) rather than the prose summary: filter chips are 28px/6px-radius with a dark ink background when active (not the club accent colour, and not a pill/ button shape), and each row is D8's real three-line anatomy -- status pill + mono meta on their own line, a 20px condensed headline, then a muted author/ audience line -- not the single dense line from the last pass. It reads as a list because rows are plain hairline-divided strips (#EEF0F3, exactly this app's --color-rule), not because the type was shrunk. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ECGMEwrc2k4D8VQuwjstj9
This commit is contained in:
@@ -4186,6 +4186,9 @@
|
||||
.border-l-info {
|
||||
border-left-color: var(--color-info);
|
||||
}
|
||||
.border-l-transparent {
|
||||
border-left-color: transparent;
|
||||
}
|
||||
.menu-active {
|
||||
:where(:not(ul, menu, details, .menu-title, .btn))& {
|
||||
@layer daisyui.l1.l2 {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user