Skip to content

🐛(frontend) fix search-modal issues#254

Open
jbpenrath wants to merge 1 commit into
mainfrom
fix/share-modal-edit-dropdown-mobile
Open

🐛(frontend) fix search-modal issues#254
jbpenrath wants to merge 1 commit into
mainfrom
fix/share-modal-edit-dropdown-mobile

Conversation

@jbpenrath

@jbpenrath jbpenrath commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

QuickSearchItem takes an alwaysShowRight prop but this right container was only gated to isDesktop so on small viewports, no matter the value of alwaysShowRight items were hidden.

Then we also fix a little style issue with dark theme, the quick search input had the default browser background.

Before After
Capture d’écran 2026-06-16 à 08 53 22 Capture d’écran 2026-06-16 à 08 53 33

QuickSearchItem takes an `alwaysShowRight` prop but
this right container was only gated to `isDesktop` so
on small viewports, no matter the value of `alwaysShowRight`
items were hidden.

Then we also fix a little style issue with dark theme, the
quick search input had the default browser background.
@jbpenrath jbpenrath self-assigned this Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant