Fix notifications flow-space #2
This commit is contained in:
parent
9728af65ac
commit
1eef285dc3
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
|||
>
|
||||
Marquer tout come lu
|
||||
</button>
|
||||
|
||||
<div
|
||||
v-if="sortedNotifications.length === 0"
|
||||
class="flex flex-col justify-center | text-grey-700 | absolute inset-0 -z-1"
|
||||
|
|
@ -155,6 +154,9 @@ function changeTab(newValue) {
|
|||
}
|
||||
|
||||
/* Notifications */
|
||||
.notifications {
|
||||
--flow-space: var(--space-16);
|
||||
}
|
||||
.notification {
|
||||
--flow-space: var(--space-12);
|
||||
font-size: var(--text-sm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue