Changeset 6629 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
- Timestamp:
- 02/13/2018 10:09:51 PM (8 years ago)
- 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 699 699 position: fixed; 700 700 width: 300px; 701 height: 100%;701 height: calc( 100% - 32px ); 702 702 top: 0; 703 703 bottom: 0; … … 709 709 } 710 710 711 . logged-in .wp-full-overlay,712 . logged-in .wp-full-overlay-sidebar {711 .wp-full-overlay, 712 .wp-full-overlay-sidebar { 713 713 margin-top: 32px; 714 }715 716 .logged-in .wp-full-overlay-sidebar {717 height: calc( 100% - 32px );718 714 } 719 715 … … 1561 1557 } 1562 1558 1563 . logged-in .wp-full-overlay,1564 . logged-in .wp-full-overlay-sidebar {1559 .wp-full-overlay, 1560 .wp-full-overlay-sidebar { 1565 1561 margin-top: 46px; 1566 1562 } 1567 1563 1568 . logged-in .wp-full-overlay-sidebar {1564 .wp-full-overlay-sidebar { 1569 1565 height: calc( 100% - 46px); 1570 1566 }
Note: See TracChangeset
for help on using the changeset viewer.