Changeset 11574
- Timestamp:
- 02/17/2022 06:24:06 PM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r10068 r11574 2184 2184 .current-menu-ancestor .expandable .dashicons:hover, 2185 2185 .current-menu-item .expandable .dashicons:hover { 2186 background-color: :#0073aa !important;2186 background-color: #0073aa !important; 2187 2187 color: #fff !important; 2188 2188 } … … 2296 2296 body.responsive-show { 2297 2297 position: fixed; 2298 top: 32px;2299 2298 2300 2299 #secondary { 2300 top: var(--wp-admin--admin-bar--height, 0); 2301 2301 left: 0; 2302 2302 overflow-y: scroll; 2303 z-index: 500; 2303 2304 2304 2305 .search-section { … … 2320 2321 } 2321 2322 @media only screen and (max-width: 782px) { 2322 #secondary {2323 top: 46px;2324 }2325 2326 2323 body.responsive-show { 2327 2324 position: fixed; 2328 top: 46px;2329 2325 left: 0; 2330 2326 right: 0; … … 2336 2332 } 2337 2333 } 2338 @media only screen and (max-width: 480px) {2339 body.responsive-show #secondary {2340 top: 46px;2341 }2342 body.responsive-show #wpadminbar {2343 top: -46px;2344 }2345 }2346 2347 2334 @media (max-width: 876px) { 2348 2335 #secondary { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r10068 r11574 2678 2678 body.responsive-show { 2679 2679 position: fixed; 2680 top: 32px;2681 2680 } 2682 2681 2683 2682 body.responsive-show #secondary { 2683 top: var(--wp-admin--admin-bar--height, 0); 2684 2684 left: 0; 2685 2685 overflow-y: scroll; 2686 z-index: 500; 2686 2687 } 2687 2688 … … 2706 2707 2707 2708 @media only screen and (max-width: 782px) { 2708 #secondary {2709 top: 46px;2710 }2711 2709 body.responsive-show { 2712 2710 position: fixed; 2713 top: 46px;2714 2711 left: 0; 2715 2712 right: 0; … … 2718 2715 body.responsive-show #secondary { 2719 2716 left: 0; 2720 }2721 }2722 2723 @media only screen and (max-width: 480px) {2724 body.responsive-show #secondary {2725 top: 46px;2726 }2727 body.responsive-show #wpadminbar {2728 top: -46px;2729 2717 } 2730 2718 }
Note: See TracChangeset
for help on using the changeset viewer.