Making WordPress.org

Changeset 9425


Ignore:
Timestamp:
01/27/2020 08:30:58 PM (5 years ago)
Author:
coffee2code
Message:

Breathe theme: Fix spacing issues with sidebar menu when shown at narrow viewports.

  • Prevent adminbar from being hidden
  • Fix hamburger icon lacking sufficient top margin

Props vajaparadarshit, coffee2code.
Fixes 4982.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r9338 r9425  
    334334}
    335335
     336@media only screen and (max-width: 480px) {
     337    body.responsive-show #wpadminbar {
     338        top: 0;
     339    }
     340}
     341
    336342@media (max-width: 876px) {
    337343    body.responsive-show {
     
    351357        margin-left: 22px;
    352358        margin-right: 0px;
     359    }
     360
     361    .responsive-show #secondary-toggle {
     362        margin-top: 22px;
    353363    }
    354364
Note: See TracChangeset for help on using the changeset viewer.