Making WordPress.org

Ticket #5834: 5834.patch

File 5834.patch, 486 bytes (added by dufresnesteven, 3 years ago)
  • css/components/_main.scss

     
    231231        display: block;
    232232        margin: 0 auto;
    233233        height: auto;
    234         max-height: 300px;
    235234        left: 0;
    236235        position: inherit;
    237236        top: 0;
    238237        -webkit-transform: translateZ( 0 );
    239238        transition: opacity 0.2s ease-in-out;
     239        aspect-ratio: 4/3;
    240240}
    241241
    242242.theme-browser .theme:hover .theme-screenshot img,