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
|
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue