[wp-meta] [Making WordPress.org] #7365: Plugins Search button issue on iPhone 13 Pro Max mobile view

Making WordPress.org noreply at wordpress.org
Mon Dec 11 08:56:46 UTC 2023


#7365: Plugins Search button issue on iPhone 13 Pro Max mobile view
------------------------------------------+---------------------
 Reporter:  shak33l                       |       Owner:  (none)
     Type:  defect (bug)                  |      Status:  new
 Priority:  normal                        |   Milestone:
Component:  Plugin Directory              |  Resolution:
 Keywords:  has-screenshots needs-design  |
------------------------------------------+---------------------

Comment (by devtanbir):

 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);
     }
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7365#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list