mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-14 18:54:47 +02:00
61789d673c
Problem: #pendingList had max-height: 200px showing only 1-2 contacts with huge unused whitespace below. Solution: - Desktop: height calc(100vh - 280px) - slightly more than existingList due to extra description text - Mobile: height calc(100vh - 320px) - adjusted for mobile layout - Changed from max-height to height for consistent behavior - Added min-height: 300px for safety Now pending contacts list properly utilizes available screen space.