Making WordPress.org


Ignore:
Timestamp:
02/20/2018 05:17:29 PM (9 years ago)
Author:
obenland
Message:

Themes: There's no fixed adminbar sub-600px

See #3468.

File:
1 edited

Legend:

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

    r6629 r6695  
    15871587}
    15881588
     1589@media only screen and (max-width: 600px) {
     1590        .wp-full-overlay,
     1591        .wp-full-overlay-sidebar {
     1592                margin-top: 0;
     1593        }
     1594
     1595        .wp-full-overlay-sidebar {
     1596                height: 100%;
     1597        }
     1598}
     1599
    15891600@media only screen and (max-width: 480px) {
    15901601        .theme-browser .theme {
Note: See TracChangeset for help on using the changeset viewer.