Making WordPress.org

Changeset 13418


Ignore:
Timestamp:
03/29/2024 05:44:03 PM (2 years ago)
Author:
coffee2code
Message:

wporg-support-2024: Improve spacing and placement of the pinned topic icon at narrow viewports to not be so cramped.

Props nidhidhandhukiya, pranitdugad, coffee2code.
See #7436.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024
Files:
3 edited

Legend:

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

    r13417 r13418  
    10201020
    10211021                                                @media screen and (max-width: 568px) {
    1022                                                         left: -16px;
     1022                                                        top: -18px;
    10231023                                                }
    10241024                                        }
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/style-rtl.css

    r13417 r13418  
    37973797@media screen and (max-width: 568px) {
    37983798        body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.super-sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.status-closed > .topic-indicator {
    3799                 right: -16px;
     3799                top: -18px;
    38003800        }
    38013801}
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/style.css

    r13417 r13418  
    37993799@media screen and (max-width: 568px) {
    38003800        body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.super-sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.status-closed > .topic-indicator {
    3801                 left: -16px;
     3801                top: -18px;
    38023802        }
    38033803}
Note: See TracChangeset for help on using the changeset viewer.