Making WordPress.org


Ignore:
Timestamp:
02/13/2018 10:09:51 PM (8 years ago)
Author:
obenland
Message:

Themes: Always account for admin bar

Props dhruvpandya.
See #4352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss

    r6550 r6629  
    699699    position: fixed;
    700700    width: 300px;
    701     height: 100%;
     701    height: calc( 100% - 32px );
    702702    top: 0;
    703703    bottom: 0;
     
    709709}
    710710
    711 .logged-in .wp-full-overlay,
    712 .logged-in .wp-full-overlay-sidebar {
     711.wp-full-overlay,
     712.wp-full-overlay-sidebar {
    713713    margin-top: 32px;
    714 }
    715 
    716 .logged-in .wp-full-overlay-sidebar {
    717     height: calc( 100% - 32px );
    718714}
    719715
     
    15611557    }
    15621558
    1563     .logged-in .wp-full-overlay,
    1564     .logged-in .wp-full-overlay-sidebar {
     1559    .wp-full-overlay,
     1560    .wp-full-overlay-sidebar {
    15651561        margin-top: 46px;
    15661562    }
    15671563
    1568     .logged-in .wp-full-overlay-sidebar {
     1564    .wp-full-overlay-sidebar {
    15691565        height: calc( 100% - 46px);
    15701566    }
Note: See TracChangeset for help on using the changeset viewer.