#7365 closed defect (bug) (fixed)
Plugins Search button issue on iPhone 13 Pro Max mobile view
Reported by: | shak33l | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | has-screenshots needs-design |
Cc: |
Description
Plugins Search button issue on iPhone 13 Pro Max mobile view
Attachments (2)
Change History (6)
#2
@
9 months ago
We can solve from tablets to mobile devices. Example below:
@media (max-width: 736px) { .nav-menu .search-form { width: 100%; } .search-form .button-search { padding: 4px 14px 0px 14px; } .site-header:not(.home) .search-form .search-field { width: calc(100% - 55px); } }
Note: See
TracTickets for help on using
tickets.
This happens on all mobiles - but you’ve to visit https://wordpress.org/plugins/?plugin_business_model=community (or commercial tab), then unfold the “plugins” menu, to see the button misaligned.
The design isn’t the same as on the root plugins screen.