add margin to notificationCard

This commit is contained in:
2026-03-28 17:27:28 +01:00
parent df591c2ca1
commit b0792d3bdc
@@ -5,6 +5,7 @@
gap: 0.75rem; gap: 0.75rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.08); border-bottom: 1px solid rgba(0, 0, 0, 0.08);
transition: background 0.2s ease; transition: background 0.2s ease;
margin: 0.5rem 0;
} }
.cardHeader { .cardHeader {