Changeset 13065 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/_search-form.scss
- Timestamp:
- 12/18/2023 05:38:49 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/_search-form.scss
r12872 r13065 75 75 76 76 .site-header:not(.home) & { 77 display: block; 77 78 margin: 0; 78 79 padding: 1rem 1rem 1rem 1.5rem; … … 89 90 padding: 5px 10px; 90 91 position: relative; 91 width: auto;92 width: calc(100% - 55px); 92 93 93 94 @media screen and (min-width: $ms-breakpoint) { … … 104 105 width: 10rem; 105 106 } 107 108 @media screen and (max-width: $ms-breakpoint) { 109 & + .button-search { 110 padding: 4px 14px 1px 14px; 111 } 112 } 113 106 114 } 107 115 }
Note: See TracChangeset
for help on using the changeset viewer.