diff --git src/wp-admin/css/forms.css src/wp-admin/css/forms.css
index 8eb9f90e74..362d6613b7 100644
|
|
|
input[type="search"]::-webkit-search-decoration { |
| 214 | 214 | } |
| 215 | 215 | |
| 216 | 216 | .wp-admin input[type="file"] { |
| 217 | | padding: 3px 0; |
| | 217 | padding: 3px 30px 3px 0; |
| 218 | 218 | cursor: pointer; |
| 219 | 219 | } |
| 220 | 220 | |
diff --git src/wp-admin/css/themes.css src/wp-admin/css/themes.css
index e4f73890ee..23517acc4c 100644
|
|
|
body.folded .theme-browser ~ .theme-overlay .theme-wrap { |
| 1049 | 1049 | border: 1px solid #ccd0d4; |
| 1050 | 1050 | padding: 30px; |
| 1051 | 1051 | margin: 30px auto; |
| 1052 | | max-width: 380px; |
| | 1052 | max-width: max-content; |
| | 1053 | display: flex; |
| 1053 | 1054 | } |
| 1054 | 1055 | .upload-theme .install-help, |
| 1055 | 1056 | .upload-plugin .install-help { |