Making WordPress.org


Ignore:
Timestamp:
02/05/2018 11:25:58 PM (7 years ago)
Author:
obenland
Message:

Themes: Account for admin bar in preview

See #3408.

File:
1 edited

Legend:

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

    r6472 r6550  
    15601560        width: 100%;
    15611561    }
     1562
     1563    .logged-in .wp-full-overlay,
     1564    .logged-in .wp-full-overlay-sidebar {
     1565        margin-top: 46px;
     1566    }
     1567
     1568    .logged-in .wp-full-overlay-sidebar {
     1569        height: calc( 100% - 46px);
     1570    }
    15621571}
    15631572
     
    16401649    }
    16411650
     1651    .theme-install-overlay .wp-full-overlay-header .theme-install {
     1652        margin: 2px;
     1653    }
     1654
    16421655    .theme-navigation .close:before {
    16431656        content: "";
Note: See TracChangeset for help on using the changeset viewer.