plugin updates
This commit is contained in:
@@ -64,7 +64,20 @@
|
||||
},
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
},
|
||||
"__experimentalBorder": {
|
||||
"radius": true,
|
||||
"color": true,
|
||||
"width": true,
|
||||
"style": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"radius": true,
|
||||
"color": true,
|
||||
"width": true,
|
||||
"style": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"editorStyle": "wp-block-post-author-editor",
|
||||
"style": "wp-block-post-author"
|
||||
}
|
||||
|
||||
3
wp/wp-includes/blocks/post-author/editor-rtl.css
Normal file
3
wp/wp-includes/blocks/post-author/editor-rtl.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-post-author__inspector-settings .components-base-control,.wp-block-post-author__inspector-settings .components-base-control:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
1
wp/wp-includes/blocks/post-author/editor-rtl.min.css
vendored
Normal file
1
wp/wp-includes/blocks/post-author/editor-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-post-author__inspector-settings .components-base-control,.wp-block-post-author__inspector-settings .components-base-control:last-child{margin-bottom:0}
|
||||
3
wp/wp-includes/blocks/post-author/editor.css
Normal file
3
wp/wp-includes/blocks/post-author/editor.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-post-author__inspector-settings .components-base-control,.wp-block-post-author__inspector-settings .components-base-control:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
1
wp/wp-includes/blocks/post-author/editor.min.css
vendored
Normal file
1
wp/wp-includes/blocks/post-author/editor.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-post-author__inspector-settings .components-base-control,.wp-block-post-author__inspector-settings .components-base-control:last-child{margin-bottom:0}
|
||||
@@ -1,4 +1,5 @@
|
||||
.wp-block-post-author{
|
||||
box-sizing:border-box;
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-left:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}
|
||||
.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-left:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}
|
||||
@@ -1,4 +1,5 @@
|
||||
.wp-block-post-author{
|
||||
box-sizing:border-box;
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}
|
||||
.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}
|
||||
Reference in New Issue
Block a user