bbdcf8f71ce43f5727c9d161a264e6ac959e1627
The filter row above the VOD grid carried three inline style attributes: - the row's own flex layout (display:flex; align-items:center; gap:8px; margin-bottom:12px; flex-wrap:wrap) - vodSortLabel had margin-left:8px (extra spacing past the row's gap to visually group "Sort:" with the select) - vodFilterCount had min-width:80px (prevents layout shift as count text changes during typing) All three are now CSS class definitions (.vod-filter-row, .vod-sort-label, .vod-filter-count). HTML reads cleaner and the styling lives alongside the related .vod-bulk-bar block in styles.css. 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%