audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(portal): audio-clear-btn inherits global font for consistency (#1327)

follow-up to #1326 — the × button that clears a selected file in the
audio-replace row is the only remaining <button> in that group that
lacked `font-family: inherit`. it currently renders only an SVG icon
so there's no visible font right now, but matching the sibling buttons
keeps the group consistent and protects against future "what if we add
a tooltip text" changes.

Co-authored-by: Claude Opus 4 (1M context) <noreply@anthropic.com>

authored by

nate nowack
Claude Opus 4 (1M context)
and committed by
GitHub
8f20e8e4 eac426d6

+2 -1
+1
frontend/src/routes/portal/+page.svelte
··· 2829 2829 background: transparent; 2830 2830 border: none; 2831 2831 color: var(--accent); 2832 + font-family: inherit; 2832 2833 opacity: 0.7; 2833 2834 cursor: pointer; 2834 2835 transition: opacity 0.15s;
+1 -1
loq.toml
··· 156 156 157 157 [[rules]] 158 158 path = "frontend/src/routes/portal/+page.svelte" 159 - max_lines = 3881 159 + max_lines = 3882 160 160 161 161 [[rules]] 162 162 path = "frontend/src/routes/settings/+page.svelte"