Making WordPress.org


Ignore:
Timestamp:
08/26/2016 07:58:01 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: React components for single plugin view.

Adds a React version of the single plugin page. Still needs more work around
certain plugin sections, like showing different links based on whether a user
is logged in or not.
Moves over the last component-based sass files into the component structure.

See #1719.

File:
1 edited

Legend:

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

    r3847 r3862  
    1212            }
    1313    }
     14
     15    .single & {
     16        display: none;
     17        float: left;
     18        height: 96px;
     19        margin-right: 1rem;
     20        width: 96px;
     21
     22        @media screen and ( min-width: 26em ) {
     23            display: block;
     24        }
     25
     26        .plugin-icon {
     27            background-size: contain !important;
     28            height: 96px !important;
     29            width: 96px !important;
     30        }
     31
     32    }
    1433}
Note: See TracChangeset for help on using the changeset viewer.