Making WordPress.org

Ticket #6096: 6096.patch

File 6096.patch, 948 bytes (added by hilayt24, 3 years ago)

The burger menu is now visible in the smaller screens previously it goes behind the main header.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

     
    21832183        }
    21842184        .current-menu-ancestor .expandable .dashicons:hover,
    21852185        .current-menu-item .expandable .dashicons:hover {
    2186                 background-color:: #0073aa !important;
     2186                background-color: #0073aa !important;
    21872187                color: #fff !important;
    21882188        }
    21892189        .children,
     
    23202320}
    23212321@media only screen and (max-width: 782px) {
    23222322        #secondary {
    2323                 top: 46px;
     2323                top: 106px;
    23242324        }
    23252325
    23262326        body.responsive-show {
     
    23372337}
    23382338@media only screen and (max-width: 480px) {
    23392339        body.responsive-show #secondary {
    2340                 top: 46px;
     2340                top: 106px;
    23412341        }
    23422342        body.responsive-show #wpadminbar {
    23432343                top: -46px;