mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
Unify navbar: - Add menu button to DM navbar (same icon as channels) for consistent height - Both navbars now have 3 elements: back/brand, dropdown, menu button Unify message input area: - Disable textarea resize on both pages (resize: none) - Unify input font-size on mobile (0.9rem) - Unify form padding on mobile (0.5rem) - Unify border-radius for send buttons Unify message bubbles: - Set DM message max-width to 70% (same as channels) - Unify padding: 0.75rem 1rem (same as channels) - Unify max-width on mobile: 85% for both - Remove explicit font-size from DM bubbles (inherit default) - Unify animation duration: 0.3s Unify selectors: - Apply same mobile styles to both #channelSelector and #dmConversationSelector PWA fixes: - Move safe-area handling from inline styles to main CSS - Apply safe-area-inset-bottom globally for both pages - Remove duplicate inline styles from dm.html This should fix the Android PWA viewport issue where the bottom bar gets hidden under system navigation after navigating to DM page. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>