Making WordPress.org

Ticket #6113: #6113.patch

File #6113.patch, 1.6 KB (added by kajalgohel, 3 years ago)
  • 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;
     
    23692366                position: relative;
    23702367                z-index: 1;
    23712368
    2372                 &:before {
    2373                         content: '\f333';
    2374                         -webkit-font-smoothing: antialiased;
    2375                         font: normal 32px/1 'dashicons';
    2376                         position: relative;
    2377                         top: 0;
    2378                         color: #fff;
     2369                &:before,
     2370                &:after {
     2371                        content: "";
     2372                        background: #2875a8;
     2373                        height: 2px;
     2374                        right: 5px;
     2375                        margin: -8px 0 0;
     2376                        position: absolute;
     2377                        top: 50%;
     2378                        width: 35px;
    23792379                }
     2380
     2381                &::before {
     2382                        -webkit-transform: rotate(45deg) scaleX(1);
     2383                        -ms-transform: rotate(45deg) scaleX(1);
     2384                        transform: rotate(45deg) scaleX(1);
     2385                }
     2386
     2387                &::after {
     2388                        -webkit-transform: rotate(-45deg) scaleX(1);
     2389                        -ms-transform: rotate(-45deg) scaleX(1);
     2390                        transform: rotate(-45deg) scaleX(1);
     2391                }
    23802392                strong {
    23812393                        display: none;
    23822394                }