Making WordPress.org


Ignore:
Timestamp:
03/15/2024 03:48:39 AM (3 years ago)
Author:
dufresnesteven
Message:

wporg-plugins-2024: Update container styles to harmonize layout for all viewports.
x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/styles/components/_wporg-filter-bar.scss

    r13334 r13343  
    55        --wporg--filter-bar--focus--border-color: var(--wp--custom--button--focus--border--color);
    66
    7         max-width: var( --wp--style--global--content-size );
    87        margin: var( --wp--style--block-gap ) 0;
    9 
    10         @media screen and ( max-width: $ms-breakpoint ) {
    11                 margin: var(--wp--style--block-gap) var(--wp--preset--spacing--edge-space);
    12         }
    138
    149        .wporg-query-filter__toggle.is-active,
     
    8681                }
    8782        }
    88 
    89         @media screen and ( min-width: $large-breakpoint ) {
    90                 max-width: var( --wp--style--global--wide-size );
    91         }
    9283}
Note: See TracChangeset for help on using the changeset viewer.