Changeset 11492
- Timestamp:
- 01/31/2022 06:55:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r11491 r11492 2226 2226 position: -webkit-sticky; 2227 2227 position: sticky; 2228 top: calc( var(--wp-global-header-height) + var(--wp-admin--admin-bar--height) + 100px );2228 top: 0; 2229 2229 padding: 20px 0 10px; 2230 2230 background: #fff; 2231 2231 text-align: left; 2232 2232 box-shadow: 0 -1px 0 #72777c, 0 3px 0 #72777c; 2233 } 2234 2235 /* This is when the admin bar start to stick. */ 2236 @media screen and (min-width: 601px) { 2237 .consistency-table tr.new-translation th { 2238 top: var(--wp-admin--admin-bar--height); 2239 } 2240 } 2241 2242 /* This is when the global header start to stick. */ 2243 @media screen and (min-width: 890px) { 2244 .consistency-table tr.new-translation th { 2245 top: calc(var(--wp-global-header-height) + var(--wp-admin--admin-bar--height)); 2246 } 2233 2247 } 2234 2248
Note: See TracChangeset
for help on using the changeset viewer.