Changeset 11574 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 02/17/2022 06:24:06 PM (3 years ago)
- File:
-
- 1 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 {
Note: See TracChangeset
for help on using the changeset viewer.