Fix notifications flow-space #2

This commit is contained in:
Timothée Goguely 2024-11-15 16:37:18 +01:00
parent 9728af65ac
commit 1eef285dc3

View file

@ -8,7 +8,6 @@
> >
Marquer tout come lu Marquer tout come lu
</button> </button>
<div <div
v-if="sortedNotifications.length === 0" v-if="sortedNotifications.length === 0"
class="flex flex-col justify-center | text-grey-700 | absolute inset-0 -z-1" class="flex flex-col justify-center | text-grey-700 | absolute inset-0 -z-1"
@ -155,6 +154,9 @@ function changeTab(newValue) {
} }
/* Notifications */ /* Notifications */
.notifications {
--flow-space: var(--space-16);
}
.notification { .notification {
--flow-space: var(--space-12); --flow-space: var(--space-12);
font-size: var(--text-sm); font-size: var(--text-sm);