Update block screenshots

This commit is contained in:
Jože Fortun
2023-04-20 15:46:17 +02:00
parent 1fe1871abe
commit d1b0621424
9 changed files with 12 additions and 12 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

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"