Making WordPress.org


Ignore:
Timestamp:
03/19/2024 11:13:45 PM (2 years ago)
Author:
coffee2code
Message:

Support: Improve spacing and placement of the pinned topic icon at narrow viewports to not be so cramped.

Props nidhidhandhukiya, pranitdugad, coffee2code.
Fixes #7436.

File:
1 edited

Legend:

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

    r13361 r13362  
    11041104
    11051105                                                @media screen and (max-width: 568px) {
    1106                                                         left: -16px;
     1106                                                        top: 10px;
     1107
     1108                                                        & + .bbp-topic-author > .author-badge {
     1109                                                                left: 40px;
     1110                                                        }
     1111                                                }
     1112
     1113                                                @media screen and (max-width: 480px) {
     1114                                                        & + .bbp-topic-author > .author-badge {
     1115                                                                left: 24px;
     1116                                                        }
    11071117                                                }
    11081118                                        }
Note: See TracChangeset for help on using the changeset viewer.