1
0
forked from noxious/client

Also converted zoneeditor styling to tailwind breakpoints

This commit is contained in:
2024-07-21 18:14:38 +02:00
parent 112bb21ccb
commit fe018528df
18 changed files with 107 additions and 104 deletions

View File

@ -4,7 +4,7 @@
<h3 class="m-0 font-medium shrink-0">{{ notification.title }}</h3>
</template>
<template #modalBody v-if="notification.message">
<p class="m-[15px]">{{ notification.message }}</p>
<p class="m-4">{{ notification.message }}</p>
</template>
</Modal>
</template>