Compare commits

..

No commits in common. "4e7652bb9a8150f8e8f2bd83b7a58d8f1fc735bd" and "830ea24b3970c6546edc431f0e7f93ee1a10d140" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View File

@ -14,7 +14,6 @@
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"parent": ["red-block/red-orbital"],
"attributes": {
"imgSrc": {
"type": "string",

View File

@ -8,20 +8,20 @@
display: flex;
align-items: center;
list-style: none;
margin-bottom: 1px;
padding: 8px;
margin-bottom: 16px;
padding: 16px;
.block-editor-inner-blocks > .block-editor-block-list__layout {
display: flex;
align-items: center;
> * {
max-height: 60px;
margin: 6px;
max-height: 120px;
margin: 16px;
}
img {
max-height: 60px;
max-height: 120px;
width: auto;
max-width: 240px;
}