feat: add data-type attributes to feed cards; restyle story card with full border
This commit is contained in:
@@ -814,8 +814,10 @@ body::after {
|
||||
/* ── Story cards in feed ─────────────────────────────────────────────────────── */
|
||||
|
||||
.entry-card--story {
|
||||
border-left: 3px solid var(--color-accent);
|
||||
padding-left: var(--space-5);
|
||||
border: 2px solid var(--color-accent);
|
||||
border-radius: var(--radius-md);
|
||||
padding: var(--space-6);
|
||||
background: var(--color-canvas);
|
||||
}
|
||||
|
||||
.entry-card-photo--story { aspect-ratio: 16 / 7; }
|
||||
|
||||
Reference in New Issue
Block a user