Making WordPress.org


Ignore:
Timestamp:
01/31/2020 07:17:22 PM (7 years ago)
Author:
coffee2code
Message:

Support theme: Fix flow of reply content around avatar at middling viewport widths.

Props joyously.
See #4988.

File:
1 edited

Legend:

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

    r9442 r9447  
    333333                        margin: 0 0 0 10%;
    334334
     335                        @media only screen and (max-width: 1040px) {
     336                                clear: left;
     337                        }
     338
    335339                        @media screen and (max-width: 568px) {
    336                                 clear: left;
    337340                                margin-left: 1rem;
    338341                        }
Note: See TracChangeset for help on using the changeset viewer.