Changeset 58142
- Timestamp:
- 05/13/2024 04:41:05 PM (7 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyone
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
r57631 r58142 198 198 font-style: normal; 199 199 } 200 @media only screen and (max-width: 481 px) {200 @media only screen and (max-width: 481.98px) { 201 201 202 202 blockquote { … … 1578 1578 } 1579 1579 } 1580 @media only screen and (max-width: 481 px) {1580 @media only screen and (max-width: 481.98px) { 1581 1581 1582 1582 .wp-block-quote.is-large, -
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie.css
r57886 r58142 1229 1229 font-style: normal; 1230 1230 } 1231 @media only screen and (max-width: 481 px) {1231 @media only screen and (max-width: 481.98px) { 1232 1232 1233 1233 blockquote { … … 2491 2491 } 2492 2492 } 2493 @media only screen and (max-width: 481 px) {2493 @media only screen and (max-width: 481.98px) { 2494 2494 2495 2495 .entry-content > .wp-block-image > .alignleft, … … 3295 3295 font-size: 1.125rem; 3296 3296 } 3297 @media only screen and (max-width: 481 px) {3297 @media only screen and (max-width: 481.98px) { 3298 3298 3299 3299 .wp-block-quote.is-large, … … 4220 4220 } 4221 4221 4222 @media only screen and (max-width: 481 px) {4222 @media only screen and (max-width: 481.98px) { 4223 4223 4224 4224 .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo { … … 4292 4292 margin-top: 180px; 4293 4293 } 4294 @media only screen and (max-width: 481 px) {4294 @media only screen and (max-width: 481.98px) { 4295 4295 4296 4296 .no-widgets .site-footer { … … 4523 4523 display: block; 4524 4524 } 4525 @media only screen and (max-width: 481 px) {4525 @media only screen and (max-width: 481.98px) { 4526 4526 4527 4527 .single .site-main > article > .entry-footer, … … 4942 4942 flex-grow: 1; 4943 4943 } 4944 @media only screen and (max-width: 481 px) {4944 @media only screen and (max-width: 481.98px) { 4945 4945 4946 4946 .comment-form .comment-form-author, … … 5003 5003 padding-bottom: 8px; 5004 5004 } 5005 @media only screen and (max-width: 481 px) {5005 @media only screen and (max-width: 481.98px) { 5006 5006 5007 5007 .menu-button-container { … … 5091 5091 } 5092 5092 } 5093 @media only screen and (max-width: 481 px) {5093 @media only screen and (max-width: 481.98px) { 5094 5094 5095 5095 .primary-navigation > .primary-menu-container { … … 5143 5143 transform: translateY(0); 5144 5144 } 5145 @media only screen and (max-width: 481 px) {5145 @media only screen and (max-width: 481.98px) { 5146 5146 5147 5147 .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container { … … 5187 5187 position: relative; 5188 5188 } 5189 @media only screen and (max-width: 481 px) {5189 @media only screen and (max-width: 481.98px) { 5190 5190 5191 5191 .primary-navigation > div > .menu-wrapper { … … 5230 5230 outline: 2px solid #28303d; 5231 5231 } 5232 @media only screen and (max-width: 481 px) {5232 @media only screen and (max-width: 481.98px) { 5233 5233 5234 5234 .primary-navigation > div > .menu-wrapper .sub-menu-toggle { … … 5452 5452 } 5453 5453 } 5454 @media only screen and (max-width: 481 px) {5454 @media only screen and (max-width: 481.98px) { 5455 5455 5456 5456 .primary-navigation .sub-menu .menu-item:last-child { … … 5500 5500 } 5501 5501 5502 @media only screen and (max-width: 481 px) {5502 @media only screen and (max-width: 481.98px) { 5503 5503 5504 5504 .lock-scrolling .site { … … 5797 5797 margin-right: auto; 5798 5798 } 5799 @media only screen and (max-width: 821 px) {5799 @media only screen and (max-width: 821.98px) { 5800 5800 5801 5801 .pagination .nav-links, … … 5818 5818 } 5819 5819 } 5820 @media only screen and (max-width: 481 px) {5820 @media only screen and (max-width: 481.98px) { 5821 5821 5822 5822 .pagination .nav-short, … … 5862 5862 } 5863 5863 } 5864 @media only screen and (max-width: 481 px) {5864 @media only screen and (max-width: 481.98px) { 5865 5865 5866 5866 .widget-area { … … 6260 6260 background: #000; 6261 6261 } 6262 @media only screen and (max-width: 481 px) {6262 @media only screen and (max-width: 481.98px) { 6263 6263 6264 6264 .is-IE.is-dark-theme.primary-navigation-open .primary-navigation > .primary-menu-container, -
trunk/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
r57631 r58142 382 382 font-style: var(--quote--font-style-cite); 383 383 } 384 @media only screen and (max-width: 481 px) {384 @media only screen and (max-width: 481.98px) { 385 385 386 386 blockquote { … … 1627 1627 margin-right: 10px; 1628 1628 } 1629 @media only screen and (max-width: 481 px) {1629 @media only screen and (max-width: 481.98px) { 1630 1630 1631 1631 .wp-block-quote.is-large, … … 1650 1650 } 1651 1651 } 1652 @media only screen and (max-width: 481 px) {1652 @media only screen and (max-width: 481.98px) { 1653 1653 1654 1654 .wp-block-quote { -
trunk/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss
r49795 r58142 19 19 20 20 @if mobile-only == $res { 21 @media only screen and (max-width: #{$breakpoint_sm - 1}) {21 @media only screen and (max-width: #{$breakpoint_sm - 0.02}) { 22 22 @content; 23 23 } … … 31 31 32 32 @if tablet-only == $res { 33 @media only screen and (max-width: #{$breakpoint_md - 1}) {33 @media only screen and (max-width: #{$breakpoint_md - 0.02}) { 34 34 @content; 35 35 } … … 43 43 44 44 @if laptop-only == $res { 45 @media only screen and (max-width: #{$breakpoint_lg - 1}) {45 @media only screen and (max-width: #{$breakpoint_lg - 0.02}) { 46 46 @content; 47 47 } … … 55 55 56 56 @if desktop-only == $res { 57 @media only screen and (max-width: #{$breakpoint_xl - 1}) {57 @media only screen and (max-width: #{$breakpoint_xl - 0.02}) { 58 58 @content; 59 59 } … … 67 67 68 68 @if wide-only == $res { 69 @media only screen and (max-width: #{$breakpoint_xxl - 1}) {69 @media only screen and (max-width: #{$breakpoint_xxl - 0.02}) { 70 70 @content; 71 71 } -
trunk/src/wp-content/themes/twentytwentyone/style-rtl.css
r57886 r58142 1120 1120 font-style: var(--quote--font-style-cite); 1121 1121 } 1122 @media only screen and (max-width: 481 px) {1122 @media only screen and (max-width: 481.98px) { 1123 1123 1124 1124 blockquote { … … 2327 2327 } 2328 2328 } 2329 @media only screen and (max-width: 481 px) {2329 @media only screen and (max-width: 481.98px) { 2330 2330 2331 2331 .entry-content > .wp-block-image > .alignleft, … … 3038 3038 font-size: var(--global--font-size-sm); 3039 3039 } 3040 @media only screen and (max-width: 481 px) {3040 @media only screen and (max-width: 481.98px) { 3041 3041 3042 3042 .wp-block-quote.is-large, … … 3067 3067 } 3068 3068 } 3069 @media only screen and (max-width: 481 px) {3069 @media only screen and (max-width: 481.98px) { 3070 3070 3071 3071 .wp-block-quote.has-text-align-right { … … 3784 3784 } 3785 3785 3786 @media only screen and (max-width: 481 px) {3786 @media only screen and (max-width: 481.98px) { 3787 3787 3788 3788 .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo { … … 3856 3856 margin-top: calc(6 * var(--global--spacing-vertical)); 3857 3857 } 3858 @media only screen and (max-width: 481 px) {3858 @media only screen and (max-width: 481.98px) { 3859 3859 3860 3860 .no-widgets .site-footer { … … 4082 4082 display: block; 4083 4083 } 4084 @media only screen and (max-width: 481 px) {4084 @media only screen and (max-width: 481.98px) { 4085 4085 4086 4086 .single .site-main > article > .entry-footer { … … 4450 4450 flex-grow: 1; 4451 4451 } 4452 @media only screen and (max-width: 481 px) {4452 @media only screen and (max-width: 481.98px) { 4453 4453 4454 4454 .comment-form .comment-form-author, … … 4511 4511 padding-bottom: calc(0.25 * var(--global--spacing-vertical)); 4512 4512 } 4513 @media only screen and (max-width: 481 px) {4513 @media only screen and (max-width: 481.98px) { 4514 4514 4515 4515 .menu-button-container { … … 4602 4602 } 4603 4603 } 4604 @media only screen and (max-width: 481 px) {4604 @media only screen and (max-width: 481.98px) { 4605 4605 4606 4606 .primary-navigation > .primary-menu-container { … … 4629 4629 } 4630 4630 } 4631 @media only screen and (max-width: 481 px) {4631 @media only screen and (max-width: 481.98px) { 4632 4632 4633 4633 .primary-navigation-open .primary-navigation { … … 4644 4644 transform: translateY(0); 4645 4645 } 4646 @media only screen and (max-width: 481 px) {4646 @media only screen and (max-width: 481.98px) { 4647 4647 4648 4648 .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container { … … 4694 4694 position: relative; 4695 4695 } 4696 @media only screen and (max-width: 481 px) {4696 @media only screen and (max-width: 481.98px) { 4697 4697 4698 4698 .primary-navigation > div > .menu-wrapper { … … 4737 4737 outline: 2px solid var(--wp--style--color--link, var(--global--color-primary)); 4738 4738 } 4739 @media only screen and (max-width: 481 px) {4739 @media only screen and (max-width: 481.98px) { 4740 4740 4741 4741 .primary-navigation > div > .menu-wrapper .sub-menu-toggle { … … 4927 4927 } 4928 4928 } 4929 @media only screen and (max-width: 481 px) {4929 @media only screen and (max-width: 481.98px) { 4930 4930 4931 4931 .primary-navigation .sub-menu .menu-item:last-child { … … 4975 4975 } 4976 4976 4977 @media only screen and (max-width: 481 px) {4977 @media only screen and (max-width: 481.98px) { 4978 4978 4979 4979 .lock-scrolling .site { … … 5272 5272 margin-left: auto; 5273 5273 } 5274 @media only screen and (max-width: 821 px) {5274 @media only screen and (max-width: 821.98px) { 5275 5275 5276 5276 .pagination .nav-links, … … 5293 5293 } 5294 5294 } 5295 @media only screen and (max-width: 481 px) {5295 @media only screen and (max-width: 481.98px) { 5296 5296 5297 5297 .pagination .nav-short, … … 5337 5337 } 5338 5338 } 5339 @media only screen and (max-width: 481 px) {5339 @media only screen and (max-width: 481.98px) { 5340 5340 5341 5341 .widget-area { … … 5841 5841 background: #000; 5842 5842 } 5843 @media only screen and (max-width: 481 px) {5843 @media only screen and (max-width: 481.98px) { 5844 5844 5845 5845 .is-IE.is-dark-theme.primary-navigation-open .primary-navigation > .primary-menu-container, -
trunk/src/wp-content/themes/twentytwentyone/style.css
r57886 r58142 1128 1128 font-style: var(--quote--font-style-cite); 1129 1129 } 1130 @media only screen and (max-width: 481 px) {1130 @media only screen and (max-width: 481.98px) { 1131 1131 1132 1132 blockquote { … … 2337 2337 } 2338 2338 } 2339 @media only screen and (max-width: 481 px) {2339 @media only screen and (max-width: 481.98px) { 2340 2340 2341 2341 .entry-content > .wp-block-image > .alignleft, … … 3048 3048 font-size: var(--global--font-size-sm); 3049 3049 } 3050 @media only screen and (max-width: 481 px) {3050 @media only screen and (max-width: 481.98px) { 3051 3051 3052 3052 .wp-block-quote.is-large, … … 3077 3077 } 3078 3078 } 3079 @media only screen and (max-width: 481 px) {3079 @media only screen and (max-width: 481.98px) { 3080 3080 3081 3081 .wp-block-quote.has-text-align-right { … … 3804 3804 } 3805 3805 3806 @media only screen and (max-width: 481 px) {3806 @media only screen and (max-width: 481.98px) { 3807 3807 3808 3808 .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo { … … 3876 3876 margin-top: calc(6 * var(--global--spacing-vertical)); 3877 3877 } 3878 @media only screen and (max-width: 481 px) {3878 @media only screen and (max-width: 481.98px) { 3879 3879 3880 3880 .no-widgets .site-footer { … … 4102 4102 display: block; 4103 4103 } 4104 @media only screen and (max-width: 481 px) {4104 @media only screen and (max-width: 481.98px) { 4105 4105 4106 4106 .single .site-main > article > .entry-footer { … … 4470 4470 flex-grow: 1; 4471 4471 } 4472 @media only screen and (max-width: 481 px) {4472 @media only screen and (max-width: 481.98px) { 4473 4473 4474 4474 .comment-form .comment-form-author, … … 4531 4531 padding-bottom: calc(0.25 * var(--global--spacing-vertical)); 4532 4532 } 4533 @media only screen and (max-width: 481 px) {4533 @media only screen and (max-width: 481.98px) { 4534 4534 4535 4535 .menu-button-container { … … 4622 4622 } 4623 4623 } 4624 @media only screen and (max-width: 481 px) {4624 @media only screen and (max-width: 481.98px) { 4625 4625 4626 4626 .primary-navigation > .primary-menu-container { … … 4649 4649 } 4650 4650 } 4651 @media only screen and (max-width: 481 px) {4651 @media only screen and (max-width: 481.98px) { 4652 4652 4653 4653 .primary-navigation-open .primary-navigation { … … 4664 4664 transform: translateY(0); 4665 4665 } 4666 @media only screen and (max-width: 481 px) {4666 @media only screen and (max-width: 481.98px) { 4667 4667 4668 4668 .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container { … … 4714 4714 position: relative; 4715 4715 } 4716 @media only screen and (max-width: 481 px) {4716 @media only screen and (max-width: 481.98px) { 4717 4717 4718 4718 .primary-navigation > div > .menu-wrapper { … … 4757 4757 outline: 2px solid var(--wp--style--color--link, var(--global--color-primary)); 4758 4758 } 4759 @media only screen and (max-width: 481 px) {4759 @media only screen and (max-width: 481.98px) { 4760 4760 4761 4761 .primary-navigation > div > .menu-wrapper .sub-menu-toggle { … … 4963 4963 } 4964 4964 } 4965 @media only screen and (max-width: 481 px) {4965 @media only screen and (max-width: 481.98px) { 4966 4966 4967 4967 .primary-navigation .sub-menu .menu-item:last-child { … … 5011 5011 } 5012 5012 5013 @media only screen and (max-width: 481 px) {5013 @media only screen and (max-width: 481.98px) { 5014 5014 5015 5015 .lock-scrolling .site { … … 5308 5308 margin-right: auto; 5309 5309 } 5310 @media only screen and (max-width: 821 px) {5310 @media only screen and (max-width: 821.98px) { 5311 5311 5312 5312 .pagination .nav-links, … … 5329 5329 } 5330 5330 } 5331 @media only screen and (max-width: 481 px) {5331 @media only screen and (max-width: 481.98px) { 5332 5332 5333 5333 .pagination .nav-short, … … 5373 5373 } 5374 5374 } 5375 @media only screen and (max-width: 481 px) {5375 @media only screen and (max-width: 481.98px) { 5376 5376 5377 5377 .widget-area { … … 5877 5877 background: #000; 5878 5878 } 5879 @media only screen and (max-width: 481 px) {5879 @media only screen and (max-width: 481.98px) { 5880 5880 5881 5881 .is-IE.is-dark-theme.primary-navigation-open .primary-navigation > .primary-menu-container,
Note: See TracChangeset
for help on using the changeset viewer.