Make WordPress Core

Ticket #57667: 57667.3.diff

File 57667.3.diff, 1.2 KB (added by poena, 16 months ago)

Set default width to 100px, set the separator block in the call to action block pattern to wide.

  • src/wp-content/themes/twentytwentythree/patterns/call-to-action.php

     
    3232
    3333        <!-- wp:column -->
    3434        <div class="wp-block-column">
    35                 <!-- wp:separator -->
    36                 <hr class="wp-block-separator has-alpha-channel-opacity"/>
     35                <!-- wp:separator {"className":"is-style-wide"} -->
     36                <hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
    3737                <!-- /wp:separator -->
    3838        </div>
    3939        <!-- /wp:column -->
  • src/wp-content/themes/twentytwentythree/theme.json

     
    587587                                        "fontWeight": "normal",
    588588                                        "lineHeight": "1.4"
    589589                                }
     590                        },
     591                        "core/separator": {
     592                                "css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){width: 100px}"
    590593                        }
    591594                },
    592595                "color": {