fix: make downloads table header dynamic from theme column widths #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/downloads-dynamic-header"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The header row was hardcoded with fixed spacing that could silently
drift out of sync with the downloads_*_column_width() theme settings.
Replace with ljust() calls using the same theme values as the data rows.