3fa49a5283b8aa8e440658e284ec9cdc6538dec6
The streamer profile loading skeleton (8 inline-styled div placeholders that preview the final card layout while data fetches) carried width/height/border-radius properties inline on every block. Four of those are pre-shaped slots that match a real layout element (avatar, name line, badge, subtitle), and one is the stats container margin — extracted to CSS classes: - .streamer-profile-skel-block.avatar (88x88 round, flex-shrink:0) - .streamer-profile-skel-block.name (180x24) - .streamer-profile-skel-block.badge (90x18, 10px radius) - .streamer-profile-skel-block.subtitle (60% x 14, margin-top:6px) - .streamer-profile-skel-stats (the container's margin-top:8px) The three stat-line placeholders (widths 100/80/120) keep their inline width: the slight variation is intentional visual texture so the skeleton doesn't look like three identical rectangles, and it's the only place where the inline value actually carries meaning. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
5.7 MiB
Releases
230
Twitch VOD Manager 1.0.23
Latest
Languages
TypeScript
74.7%
CSS
12.6%
HTML
7.1%
JavaScript
5.6%