Changed Bottom Spacing
This commit is contained in:
@@ -33,7 +33,7 @@ const emit = defineEmits(['click'])
|
|||||||
:variant="props.variant"
|
:variant="props.variant"
|
||||||
:color="props.color"
|
:color="props.color"
|
||||||
@click="emit('click')"
|
@click="emit('click')"
|
||||||
:style="`bottom: ${10 + props.pos * 5}vh;`"
|
:style="`bottom: ${15 + props.pos * 5}vh;`"
|
||||||
class="bg-white dark:bg-gray-950"
|
class="bg-white dark:bg-gray-950"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user