feat: Reduced back-to-channels link bottom margin from 1.25rem to 0.5re…

- "src/frontend/src/pages/ChannelDetail.tsx"

GSD-Task: S01/T02
This commit is contained in:
jlightner 2026-04-04 09:29:19 +00:00
parent 76f0dd882a
commit 243960d249

View file

@ -903,7 +903,7 @@ export function ChannelDetail() {
gap: 'var(--space-1)', gap: 'var(--space-1)',
color: 'var(--text-secondary)', color: 'var(--text-secondary)',
fontSize: 'var(--font-size-sm)', fontSize: 'var(--font-size-sm)',
marginBottom: 'var(--space-5)', marginBottom: 'var(--space-2)',
}} }}
> >
<ArrowLeft size={14} /> Back to Channels <ArrowLeft size={14} /> Back to Channels