Make WordPress Core

Ticket #48859: 48859.3.diff

File 48859.3.diff, 578 bytes (added by audrasjb, 5 years ago)

Upload: Fix alignment issue on Theme/Plugin upload screen after WP 5.3.

  • src/wp-admin/css/themes.css

    diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css
    index 2b26a75f49..029544ba51 100644
    a b body.folded .theme-browser ~ .theme-overlay .theme-wrap { 
    10491049        padding: 30px;
    10501050        margin: 30px auto;
    10511051        max-width: 380px;
     1052        display: flex;
    10521053}
     1054
     1055.upload-theme .wp-upload-form > input[type="file"],
     1056.upload-plugin .wp-upload-form > input[type="file"] {
     1057        padding: 5px 1em 0 0;
     1058}
     1059
    10531060.upload-theme .install-help,
    10541061.upload-plugin .install-help {
    10551062        color: #555d66; /* #f1f1f1 background */