Make WordPress Core

Ticket #49914: 49914.diff

File 49914.diff, 721 bytes (added by seedsca, 4 years ago)

Looks like editing /wp-admin/css/themes.css to add justify-content: space-between; and removing some padding did the trick.

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

    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 { 
    896896        .theme-browser .theme:nth-child(3n) {
    897897                margin-right: 0;
    898898        }
    899        
     899
    900900        .theme-overlay .theme-about {
    901901                bottom: 105px;
    902902        }
    body.folded .theme-browser ~ .theme-overlay .theme-wrap { 
    10591059        margin: 30px auto;
    10601060        max-width: 380px;
    10611061        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;
    10671063}
    10681064
    10691065.upload-theme .install-help,