Making WordPress.org


Ignore:
Timestamp:
11/30/2022 12:00:05 AM (3 years ago)
Author:
coffee2code
Message:

Plugin Directory: Prevent potential overlap of front page section headers and their associated "See all" links.

Props umesh84, nidhidhandhukiya, coffee2code.
Fixes #6186.

File:
1 edited

Legend:

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

    r10605 r12284  
    1010
    1111    .section-header {
    12         position: relative;
     12        display: flex;
     13        flex-flow: row wrap;
     14        margin-bottom: 2rem;
     15        column-gap: 10px;
    1316    }
    1417
    1518    .section-title {
     19        flex: 1 1 auto;
    1620        font-size: ms( 4 );
    1721        font-weight: 400;
    18         margin-bottom: 3rem;
     22        margin-bottom: 0;
     23        margin-top: 0;
    1924    }
    2025
    2126    .section-link {
     27        align-self: center;
     28        flex: 0 0 auto;
    2229        font-size: ms( 0 );
    23         position: absolute;
    24         right: 0;
    25         top: 0.7rem;
    2630    }
    2731}
Note: See TracChangeset for help on using the changeset viewer.