Make WordPress Core

Ticket #56083: 56083.diff

File 56083.diff, 1.8 KB (added by aezazshekh, 3 years ago)

added patch

  • wp-content/themes/twentytwentytwo/style.css

    diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css
    index a002276a07..1686d52123 100644
    a b body > .is-root-container > .wp-block-template-part > .wp-block-cover, 
    146146        padding-left: var(--wp--custom--spacing--outer);
    147147}
    148148
     149/*
     150 * Add Footer CSS
     151 */
     152
     153 footer.wp-block-template-part{
     154        clear: both;
     155}
     156 No newline at end of file
  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

    diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
    index 041c0524d8..9d95fd7bc1 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    10921092/* Block: List ------------------------------- */
    10931093
    10941094.editor-styles-wrapper ul.block-editor-block-list__block,
    1095 .editor-styles-wrapper ol.block-editor-block-list__block,
    10961095.editor-styles-wrapper ul ul,
    10971096.editor-styles-wrapper ol ul {
    10981097        padding-right: 1.3em;
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

    diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
    index 270035ce70..3ab87e2351 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    10921092/* Block: List ------------------------------- */
    10931093
    10941094.editor-styles-wrapper ul.block-editor-block-list__block,
    1095 .editor-styles-wrapper ol.block-editor-block-list__block,
    10961095.editor-styles-wrapper ul ul,
    10971096.editor-styles-wrapper ol ul {
    10981097        padding-left: 1.3em;