Changeset 57895
- Timestamp:
- 03/28/2024 04:57:19 PM (13 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty/assets/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r57587 r57895 1122 1122 /* Block: List ------------------------------- */ 1123 1123 1124 .editor-styles-wrapper ul.block-editor-block-list__block ,1125 .editor-styles-wrapper ol.block-editor-block-list__block ,1124 .editor-styles-wrapper ul.block-editor-block-list__block:where(:not(.has-background)), 1125 .editor-styles-wrapper ol.block-editor-block-list__block:where(:not(.has-background)), 1126 1126 .editor-styles-wrapper ul ul, 1127 1127 .editor-styles-wrapper ol ul { … … 1131 1131 .editor-styles-wrapper ul.block-editor-block-list__block.wp-block-social-links { 1132 1132 padding-right: 0; 1133 } 1134 1135 .wp-block-list li { 1136 margin-top: 0.5rem; 1137 } 1138 1139 .wp-block-list.has-background > .wp-block-list-item { 1140 margin-right: 2rem; 1133 1141 } 1134 1142 -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r57587 r57895 1126 1126 /* Block: List ------------------------------- */ 1127 1127 1128 .editor-styles-wrapper ul.block-editor-block-list__block ,1129 .editor-styles-wrapper ol.block-editor-block-list__block ,1128 .editor-styles-wrapper ul.block-editor-block-list__block:where(:not(.has-background)), 1129 .editor-styles-wrapper ol.block-editor-block-list__block:where(:not(.has-background)), 1130 1130 .editor-styles-wrapper ul ul, 1131 1131 .editor-styles-wrapper ol ul { … … 1135 1135 .editor-styles-wrapper ul.block-editor-block-list__block.wp-block-social-links { 1136 1136 padding-left: 0; 1137 } 1138 1139 .wp-block-list li { 1140 margin-top: 0.5rem; 1141 } 1142 1143 .wp-block-list.has-background > .wp-block-list-item { 1144 margin-left: 2rem; 1137 1145 } 1138 1146
Note: See TracChangeset
for help on using the changeset viewer.