Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/04/2020 06:13:48 PM (4 years ago)
Author:
imath
Message:

BP Nouveau gets ready for Twenty Twenty-One

Improve the BP Nouveau template pack to make BuddyPress appearance looks great into the next WordPress default theme (Twenty Twenty-One).

Use the companion stylesheet feature to only load CSS rules specific to Twenty Twenty-One if it is the active theme or the parent of the active theme.

Props vapvarun

Fixes #8395

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss

    r12537 r12814  
    11// BP Generic elements, Typography and Images.
    22// @since 3.0.0
    3 // @version 5.0.0
     3// @version 7.0.0
    44
    55// ========= Generic Sitewide elements ========
     
    6060        .site-content .entry-header,
    6161        .entry-content {
    62             max-width: none;
     62
     63            &:not(.alignwide):not(.alignfull) {
     64                max-width: none;
     65            }
    6366        }
    6467
     
    167170            padding: 0;
    168171
    169             .entry-title {
     172            &:not(.alignwide):not(.alignfull) .entry-title {
    170173
    171174                @include responsive-font(34);
Note: See TracChangeset for help on using the changeset viewer.