Update block screenshots
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 32 KiB |
@@ -12,25 +12,24 @@
|
||||
class="mr-2 mb-2 text-dark"
|
||||
@click="$emit('select', type.block)"
|
||||
@mouseover="current = type.image"
|
||||
@mouseleave="current = undefined"
|
||||
>
|
||||
{{ type.label }}
|
||||
</b-button>
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
style="height: 500px;"
|
||||
class="d-flex align-items-center"
|
||||
>
|
||||
<div
|
||||
class="d-flex"
|
||||
style="height: 300px;"
|
||||
>
|
||||
<b-img
|
||||
v-if="current"
|
||||
:src="current"
|
||||
center
|
||||
fluid
|
||||
class="mx-auto"
|
||||
/>
|
||||
</div>
|
||||
<b-img
|
||||
v-if="current"
|
||||
:src="current"
|
||||
center
|
||||
fluid
|
||||
class="mx-auto mh-100"
|
||||
/>
|
||||
</b-col>
|
||||
|
||||
<hr
|
||||
|
||||
@@ -154,6 +154,7 @@
|
||||
size="lg"
|
||||
scrollable
|
||||
:title="$t('build.selectBlockTitle')"
|
||||
body-class="vh-75"
|
||||
>
|
||||
<new-block-selector
|
||||
:record-page="!!module"
|
||||
|
||||