Changeset 48073
- Timestamp:
- 06/17/2020 03:46:47 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r48047 r48073 684 684 max-width: 2.25em; 685 685 text-align: left; 686 687 &:not(.wp-block-separator) { 688 max-width: 100%; 689 @include postContentMaxWidth(); 690 } 686 691 687 692 &.is-style-wide { -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r47952 r48073 2959 2959 text-shadow: none; 2960 2960 padding: calc( .5 * 1rem) 1rem calc( .5 * 1rem) calc( 24px + 1rem); 2961 white-space: nowrap;2961 max-width: 20rem; 2962 2962 } 2963 2963 … … 5638 5638 font-weight: bold; 5639 5639 margin: 0 0 0 0.25em; 5640 } 5641 5642 @-moz-document url-prefix() { 5643 .entry .entry-content .has-drop-cap:not(:focus)::first-letter { 5644 margin-top: 0.2em; 5645 } 5640 5646 } 5641 5647 -
trunk/src/wp-content/themes/twentynineteen/style.css
r48047 r48073 5653 5653 5654 5654 @-moz-document url-prefix() { 5655 .entry .entry-content .has-drop-cap:not(:focus): :first-letter {5655 .entry .entry-content .has-drop-cap:not(:focus):first-letter { 5656 5656 margin-top: 0.2em; 5657 5657 } … … 6034 6034 /* Remove duplicate rule-line when a separator 6035 6035 * is followed by an H1, or H2 */ 6036 } 6037 6038 .entry .entry-content .wp-block-separator:not(.wp-block-separator), 6039 .entry .entry-content hr:not(.wp-block-separator) { 6040 max-width: 100%; 6041 } 6042 6043 @media only screen and (min-width: 768px) { 6044 .entry .entry-content .wp-block-separator:not(.wp-block-separator), 6045 .entry .entry-content hr:not(.wp-block-separator) { 6046 max-width: calc(8 * (100vw / 12) - 28px); 6047 } 6048 } 6049 6050 @media only screen and (min-width: 1168px) { 6051 .entry .entry-content .wp-block-separator:not(.wp-block-separator), 6052 .entry .entry-content hr:not(.wp-block-separator) { 6053 max-width: calc(6 * (100vw / 12) - 28px); 6054 } 6036 6055 } 6037 6056
Note: See TracChangeset
for help on using the changeset viewer.