ENHANCE: Align requests card layout and container styling with downloads and history tabs #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Visual Discrepancy
The Requests tab has visual inconsistencies compared to the Active Downloads and Recently Completed tabs:
background: var(--surface); box-shadow: 0 2px 4px var(--shadow); border-radius: 8px; padding: 16px 20px;).display: grid; gap: 12pxinstead of standarddisplay: flex; flex-direction: column; gap: 8px.16px), centered content (align-items: center), lack colored indicator borders, and use a small centered emoji icon instead of a poster-dimensioned left anchor card.Scoped Fix Action Plan (Requests Tab Only):
.requests-containerstyling to match.downloads-container..requests-listflow toflexboxcolumn matching downloads..request-cardpadding (10px 14px), border-radius (6px), and top-alignment (align-items: flex-start)..request-type-iconwith48pxwidth and68pxheight as a cover-art placeholder.tvandmoviemedia types by injectingtvormovieclass names into the card element.Resolved in commit
af33e4e.