fix minor issues with pixl (#6636)

This commit is contained in:
Madhu Dollu 2022-09-27 15:04:32 +05:30 committed by GitHub
parent 4155b3cc05
commit 1600eb499d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 15 deletions

View file

@ -1,12 +0,0 @@
<?php
/**
* Title: A Pixl Quote
* Slug: pixl/quote
* Categories: featured, text
*/
?>
<!-- wp:pullquote {"style":{"border":{"width":"2px"},"typography":{"fontStyle":"normal","fontWeight":"400","lineHeight":"1.4","letterSpacing":"-0.02em","fontSize":"1.25rem"}},"borderColor":"primary","className":"pixl-shadow"} -->
<figure class="wp-block-pullquote pixl-shadow has-border-color has-primary-border-color" style="border-width:2px;font-size:1.25rem;font-style:normal;font-weight:400;letter-spacing:-0.02em;line-height:1.4"><blockquote><p><?php echo esc_html__( '"The pain itself is love, the main storage system. Aenean dapibus nisi quis dolor scelerisque egestas. Members of the mass need to feel comfortable and easy. It is important that the lion should invest."', 'pixl' ) ?></p><cite><?php echo esc_html__( 'Unknown', 'pixl' ) ?></cite></blockquote></figure>
<!-- /wp:pullquote -->

View file

@ -38,6 +38,7 @@ a:where(:not(.wp-element-button)) {
border: 2px solid var(--wp--preset--color--primary) !important;
outline: none;
font-size: 0.875rem;
font-family: inherit;
}
:is(textarea, input:not([type="submit"]))::placeholder {

View file

@ -13,7 +13,7 @@
<!-- wp:template-part {"slug":"post-meta"} /-->
<!-- wp:spacer {"height":"3rem"} -->
<div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- /wp:spacer --></div>
<!-- /wp:group -->
</main>
<!-- /wp:group -->

View file

@ -344,9 +344,11 @@
},
"core/pullquote": {
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "1px 0"
"width": "2px"
},
"shadow": "var(--wp--custom--shadow)",
"spacing": {
"padding": {
"bottom": "var(--wp--custom--gap--horizontal)",
@ -396,7 +398,7 @@
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "0 0 0 1px"
"width": "0 0 0 2px"
},
"spacing": {
"padding": {