You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polish guest login/signup buttons + harden TagDiscussionModal on mobile
- HeaderSecondary's logIn / signUp items get a paired pill treatment:
Sign Up is the primary CTA (filled primary), Log In is a ghost pill
that defers to it. Scoped to .Header-controls so the LogInButtons
inside the modal keep stock styling.
- TagDiscussionModal: nail down surface bg + z-index above composer +
reclaim phone top padding so the search input lands at the top of
the viewport (was being eaten by header-height-phone). Tag tiles
get a 44px min-height for proper touch targets on phone.
Note: this does not replace the modal with an inline dropdown —
that's a separate, larger change (override flarum/tags' chooseTags
hook). Mosaic continues to use stock Flarum tag selection behavior.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>