Making WordPress.org


Ignore:
Timestamp:
01/30/2020 10:00:24 PM (5 years ago)
Author:
coffee2code
Message:

Support theme: Prevent clipping of topic author avatar at smaller viewports.

Props dufresnesteven, vajaparadarshit, coffee2code.
Fixes #4988.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r9276 r9439  
    253253        }
    254254
    255         @media only screen and (max-width: 480px) {
    256 
     255        @media only screen and (max-width: 1040px) {
    257256            div.bbp-reply-author img.avatar,
    258257            div.bbp-topic-author img.avatar {
    259258                position: relative;
    260                 top: 0;
    261                 margin-bottom: 40px;
     259                margin: 6px 1rem 2rem 0;
     260            }
     261            div.bbp-topic-content {
     262                clear: left;
    262263            }
    263264        }
     
    285286            @media screen and ( max-width: 480px ) {
    286287                min-height: auto;
     288                border-bottom: 0;
    287289            }
    288290        }
Note: See TracChangeset for help on using the changeset viewer.