Making WordPress.org


Ignore:
Timestamp:
03/12/2024 05:27:53 AM (6 months ago)
Author:
dd32
Message:

wporg-plugins-2024: Adopt the new tile layout for the plugin cards, with description below the card header.

See #7469.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_plugin-icon.scss

    r13263 r13310  
    11.entry-thumbnail {
    22    display: none;
    3     max-width: 96px;
     3    max-width: 80px;
     4    margin-right: 20px;
     5    margin-bottom: 20px;
    46
    57    .plugin-icon {
    68        background-size: cover;
    7         height: 96px;
    8         width: 96px;
     9        height: 80px;
     10        width: 80px;
    911    }
    1012
    1113    @media screen and ( min-width: 21em ) {
    12             display: inline-block;
    13             margin: 0 4% 0 0;
    14             vertical-align: top;
    15 
    16             a {
    17                 display: block;
    18             }
     14        display: inline-block;
     15        vertical-align: top;
     16        float: left;
    1917    }
    2018
Note: See TracChangeset for help on using the changeset viewer.