mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
The contact list in Existing/Pending Contacts was not using all available space due to calc(100vh - ...) and max-height rules overriding the flexbox layout. Remove fixed height constraints from #pendingList and #existingList in both contacts_base.html and style.css, letting the flexbox chain (body > main > container > pageContent > list) fill the remaining viewport space. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>