changes
This commit is contained in:
@@ -44,15 +44,15 @@
|
||||
class="fixed-grid has-3-cols is-family-monospace"
|
||||
>
|
||||
<div class="grid">
|
||||
<div class="cell p-2 rounded has-background-white-ter has-text-centered">
|
||||
<div class="cell p-2 rounded has-background-white-95 has-text-centered">
|
||||
<p class="fs-11 is-uppercase has-text-grey">width</p>
|
||||
<p class="font-semibold">{{ coordinates.width }}</p>
|
||||
</div>
|
||||
<div class="cell p-2 rounded has-background-white-ter has-text-centered">
|
||||
<div class="cell p-2 rounded has-background-white-95 has-text-centered">
|
||||
<p class="fs-11 is-uppercase has-text-grey">height</p>
|
||||
<p class="font-semibold">{{ coordinates.height }}</p>
|
||||
</div>
|
||||
<div class="cell p-2 rounded has-background-white-ter has-text-centered">
|
||||
<div class="cell p-2 rounded has-background-white-95 has-text-centered">
|
||||
<p class="fs-11 is-uppercase has-text-grey">ratio</p>
|
||||
<p class="font-semibold">{{ coordinates.ratio }}</p>
|
||||
</div>
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
v-else
|
||||
@click="openImage()"
|
||||
class="size-35 rounded-md is-clickable is-flex is-justify-content-center is-align-items-center"
|
||||
style="border: 1px dashed var(--bulma-grey-light)"
|
||||
style="border: 1px dashed var(--bulma-grey-70)"
|
||||
>
|
||||
<Icon
|
||||
name="material-symbols:add-photo-alternate-outline-rounded"
|
||||
:size="50"
|
||||
class="has-text-grey-light"
|
||||
class="has-text-grey-70"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user