Ticket #56083: 56083.5.diff
File 56083.5.diff, 2.1 KB (added by , 6 months ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
1121 1121 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 { 1128 1128 padding-right: 1.3em; … … 1132 1132 padding-right: 0; 1133 1133 } 1134 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; 1141 } 1142 1135 1143 /* Block: Post Template ---------------- */ 1136 1144 1137 1145 .editor-styles-wrapper ul.wp-block-post-template { -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
1125 1125 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 { 1132 1132 padding-left: 1.3em; … … 1136 1136 padding-left: 0; 1137 1137 } 1138 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; 1145 } 1146 1139 1147 /* Block: Post Template ---------------- */ 1140 1148 1141 1149 .editor-styles-wrapper ul.wp-block-post-template {