• Steven's avatar
    fix(web): make reaction selector responsive with scrolling · b4341dd1
    Steven authored
    - Replace fixed width (max-w-56) with responsive viewport-based width
    - Use 90vw on mobile and max-w-md on desktop for better adaptability
    - Add vertical scrolling with max-h-64 overflow-y-auto
    - Increase grid columns to 8 on medium+ screens for better space utilization
    - Ensures all reactions are accessible regardless of quantity
    
    Fixes #5117
    Co-authored-by: 's avatarGitHub Copilot <noreply@github.com>
    b4341dd1
ReactionSelector.tsx 3.16 KB