Making WordPress.org

Ticket #6096: #6096.patch

File #6096.patch, 868 bytes (added by kajalgohel, 3 years ago)

Hamburger menu start visible at 876px and below. I have added the css for 876px and below.

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

     
    23202320}
    23212321@media only screen and (max-width: 782px) {
    23222322        #secondary {
    2323                 top: 46px;
     2323                top: 106px;
    23242324        }
    23252325
    23262326        body.responsive-show {
     
    23362336        }
    23372337}
    23382338@media only screen and (max-width: 480px) {
    2339         body.responsive-show #secondary {
    2340                 top: 46px;
    2341         }
    23422339        body.responsive-show #wpadminbar {
    23432340                top: -46px;
    23442341        }
     
    23512348                bottom: 0px;
    23522349                overflow-y: auto;
    23532350                transition: all .25s ease;
    2354                 top: 32px;
     2351                top: 92px;
    23552352                left: -100%;
    23562353                width: 60%;
    23572354                min-width: 300px;