forked from noxious/client
Remove modal- classes and re implemented styling
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div class="notifications">
|
||||
<Modal v-for="notification in notifications.getNotifications" :key="notification.id" :isModalOpen="true" @modal:close="closeNotification(notification.id)">
|
||||
<template #modalHeader v-if="notification.title">
|
||||
<h3 class="modal-title">{{ notification.title }}</h3>
|
||||
<h3 class="m-0 font-medium shrink-0">{{ notification.title }}</h3>
|
||||
</template>
|
||||
<template #modalBody v-if="notification.message">
|
||||
<p class="modal-notif">{{ notification.message }}</p>
|
||||
|
Reference in New Issue
Block a user