| @@ -15,13 +15,15 @@ | ||
| 15 | 15 | /* Globally hidden elements when Infinite Scroll is supported and in use. */ |
| 16 | 16 | .infinite-scroll .pagination, |
| 17 | 17 | .infinite-scroll.neverending .widget-area, |
| 18 | 18 | .infinite-scroll.neverending footer#colophon { |
| 19 | + | |
| 19 | 20 | /* Theme Footer (when set to scrolling) */ |
| 20 | 21 | display: none; |
| 21 | 22 | } |
| 22 | 23 | |
| 23 | -/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ | |
| 24 | +/* When Infinite Scroll has reached its end we need to re-display | |
| 25 | + * elements that were hidden (via .neverending) before. */ | |
| 24 | 26 | .infinity-end.neverending .widget-area, |
| 25 | 27 | .infinity-end.neverending footer#colophon { |
| 26 | 28 | display: block; |
| 27 | 29 | } |
| @@ -56,9 +58,9 @@ | ||
| 56 | 58 | } |
| 57 | 59 | |
| 58 | 60 | #infinite-handle span { |
| 59 | 61 | color: var(--global--color-background); |
| 60 | - background-color: var(--global--color-secondary);; | |
| 62 | + background-color: var(--global--color-secondary); | |
| 61 | 63 | font-family: var(--global--font-primary); |
| 62 | 64 | font-size: var(--global--font-size-base); |
| 63 | 65 | font-weight: 500; |
| 64 | 66 | line-height: 1.5; |
| @@ -87,22 +89,26 @@ | ||
| 87 | 89 | min-width: 0; |
| 88 | 90 | } |
| 89 | 91 | |
| 90 | 92 | @media only screen and (min-width: 1024px) { |
| 93 | + | |
| 91 | 94 | .widget-area { |
| 95 | + | |
| 92 | 96 | /* |
| 93 | 97 | Fix: minimum width of 0 |
| 94 | 98 | See: https://css-tricks.com/preventing-a-grid-blowout/ |
| 95 | 99 | */ |
| 96 | - grid-template-columns: repeat( 3, minmax(0, 1fr) ); | |
| 100 | + grid-template-columns: repeat(3, minmax(0, 1fr)); | |
| 97 | 101 | } |
| 98 | 102 | } |
| 99 | 103 | |
| 100 | 104 | /* Contact form */ |
| 101 | -/* See https: //core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentytwentyone/style.css?rev=58726#L1276 */ | |
| 105 | + | |
| 106 | +/* See https://core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentytwentyone/style.css?rev=58726#L1276 */ | |
| 102 | 107 | @supports (-webkit-appearance: none) or (-moz-appearance: none) { |
| 103 | - .contact-form input.grunion-field[type=checkbox], | |
| 104 | - .contact-form input.grunion-field[type=radio] { | |
| 108 | + | |
| 109 | + .contact-form input.grunion-field[type="checkbox"], | |
| 110 | + .contact-form input.grunion-field[type="radio"] { | |
| 105 | 111 | width: 25px; |
| 106 | 112 | height: 25px; |
| 107 | 113 | } |
| 108 | 114 | } |