Making WordPress.org


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

Support theme: Reduce excessive empty space to the left of topics and replies at smaller viewports.

File:
1 edited

Legend:

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

    r9439 r9440  
    284284            padding-left: 10%;
    285285
     286            @media screen and ( max-width: 568px ) {
     287                margin-left: 1rem;
     288                padding-left: 0;
     289            }
     290   
    286291            @media screen and ( max-width: 480px ) {
    287292                min-height: auto;
     
    328333            margin: 0 0 0 10%;
    329334
     335            @media screen and (max-width: 568px) {
     336                clear: left;
     337                margin-left: 1rem;
     338            }
     339
    330340            @media screen and ( max-width: 480px ) {
    331341                margin-bottom: 5%;
    332342            }
    333         }
    334 
    335         div.bbp-reply-content {
    336             margin-left: 11%;
    337343        }
    338344
     
    10141020            border-bottom: none;
    10151021            padding: 1rem 2rem 0 10%;
     1022
     1023            @media screen and (max-width: 568px) {
     1024                padding-left: 1rem;
     1025            }
    10161026        }
    10171027    }
Note: See TracChangeset for help on using the changeset viewer.