Ticket #6113: #6113.patch
File #6113.patch, 1.6 KB (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; … … 2369 2366 position: relative; 2370 2367 z-index: 1; 2371 2368 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; 2379 2379 } 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 } 2380 2392 strong { 2381 2393 display: none; 2382 2394 }