diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css
index fed12dcf89..b3ffcdcb51 100644
a
|
b
|
body.folded .theme-browser ~ .theme-overlay .theme-wrap { |
896 | 896 | .theme-browser .theme:nth-child(3n) { |
897 | 897 | margin-right: 0; |
898 | 898 | } |
899 | | |
| 899 | |
900 | 900 | .theme-overlay .theme-about { |
901 | 901 | bottom: 105px; |
902 | 902 | } |
… |
… |
body.folded .theme-browser ~ .theme-overlay .theme-wrap { |
1059 | 1059 | margin: 30px auto; |
1060 | 1060 | max-width: 380px; |
1061 | 1061 | display: flex; |
1062 | | } |
1063 | | |
1064 | | .upload-theme .wp-upload-form > input[type="file"], |
1065 | | .upload-plugin .wp-upload-form > input[type="file"] { |
1066 | | padding: 5px 1em 0 0; |
| 1062 | justify-content: space-between; |
1067 | 1063 | } |
1068 | 1064 | |
1069 | 1065 | .upload-theme .install-help, |