Compare commits
No commits in common. "4e7652bb9a8150f8e8f2bd83b7a58d8f1fc735bd" and "830ea24b3970c6546edc431f0e7f93ee1a10d140" have entirely different histories.
4e7652bb9a
...
830ea24b39
|
@ -14,7 +14,6 @@
|
||||||
"editorScript": "file:./index.js",
|
"editorScript": "file:./index.js",
|
||||||
"editorStyle": "file:./index.css",
|
"editorStyle": "file:./index.css",
|
||||||
"style": "file:./style-index.css",
|
"style": "file:./style-index.css",
|
||||||
"parent": ["red-block/red-orbital"],
|
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"imgSrc": {
|
"imgSrc": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
|
@ -8,20 +8,20 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 16px;
|
||||||
padding: 8px;
|
padding: 16px;
|
||||||
|
|
||||||
.block-editor-inner-blocks > .block-editor-block-list__layout {
|
.block-editor-inner-blocks > .block-editor-block-list__layout {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
max-height: 60px;
|
max-height: 120px;
|
||||||
margin: 6px;
|
margin: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: 60px;
|
max-height: 120px;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 240px;
|
max-width: 240px;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue