Update:Increased padding on modals

This commit is contained in:
advplyr 2023-02-26 14:41:18 -06:00
parent da442f4a17
commit 02089e1489
14 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
<template>
<modals-modal v-model="show" :width="300" height="100%">
<template #outer>
<div class="absolute top-7 left-4 z-40" style="max-width: 80%">
<div class="absolute top-8 left-4 z-40" style="max-width: 80%">
<p class="text-white text-lg truncate">Select Local Folder</p>
</div>
</template>