PluginProbe ʕ •ᴥ•ʔ
GenerateBlocks / 1.0
GenerateBlocks v1.0
trunk 1.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 2.0.0 2.0.1 2.0.2 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.3.0
generateblocks / src / blocks / button-container / editor.scss
generateblocks / src / blocks / button-container Last commit date
css 6 years ago attributes.js 6 years ago block.js 6 years ago edit.js 6 years ago editor.scss 6 years ago save.js 6 years ago
editor.scss
30 lines
1 .gb-button-wrapper {
2 display: flex;
3 flex-wrap: wrap;
4 align-items: flex-start;
5 justify-content: flex-start;
6 clear: both;
7 }
8
9 .gb-button-wrapper .block-editor-block-list__layout > .block-list-appender {
10 display: none !important;
11 }
12
13 .gb-button-wrapper .block-editor-block-list__layout > .block-list-appender:first-child {
14 display: block !important;
15 }
16
17 [data-type="generateblocks/button-container"]="generateblocks/button-container""].has-child-selected .gb-button-wrapper > .components-button,
18 [data-type="generateblocks/button-container"]="generateblocks/button-container""].is-selected .gb-button-wrapper > .components-button {
19 display: inline-flex;
20 }
21
22 .gblocks-add-new-button svg {
23 margin-right: 0 !important;
24 margin-left: 0 !important;
25 }
26
27 .gblocks-button-container-appender {
28 align-self: center;
29 }
30