Ticket #6096: #6096.patch
File #6096.patch, 868 bytes (added by , 3 years ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
2320 2320 } 2321 2321 @media only screen and (max-width: 782px) { 2322 2322 #secondary { 2323 top: 46px;2323 top: 106px; 2324 2324 } 2325 2325 2326 2326 body.responsive-show { … … 2336 2336 } 2337 2337 } 2338 2338 @media only screen and (max-width: 480px) { 2339 body.responsive-show #secondary {2340 top: 46px;2341 }2342 2339 body.responsive-show #wpadminbar { 2343 2340 top: -46px; 2344 2341 } … … 2351 2348 bottom: 0px; 2352 2349 overflow-y: auto; 2353 2350 transition: all .25s ease; 2354 top: 32px;2351 top: 92px; 2355 2352 left: -100%; 2356 2353 width: 60%; 2357 2354 min-width: 300px;