refactor: convert download dropdown to valid W3C table
All checks were successful
CI / test (push) Successful in 46s
CI / test (pull_request) Successful in 45s

- Replace ul/li structure with semantic table (thead/tbody)
- Add 6 columns: Ext, Video, Audio, Size, Codecs, Link
- Show "N/A" for missing codec data
- Add 0.5rem spacing between dropdown and description
This commit is contained in:
2026-04-20 04:13:56 -05:00
parent 13bdab41db
commit 7a3c92820c
5 changed files with 156 additions and 23 deletions

View File

@@ -9,6 +9,7 @@
--thumb-background: #F5F5F5;
--link: #212121;
--link-visited: #808080;
--border-color: #CCCCCC;
--border-bg: #212121;
--border-bg-settings: #91918C;
--border-bg-license: #91918C;