mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-02 07:51:12 +02:00
3fbc4b7e2e
Changed height calculation: - Desktop: calc(100vh - 300px) → calc(100vh - 240px) - Mobile: calc(100vh - 340px) → calc(100vh - 280px) This should eliminate the ~20% unused whitespace at the bottom of the contact lists.