add notifications

This commit is contained in:
2026-01-31 22:46:19 +01:00
parent 8283531748
commit 13278d518a
10 changed files with 226 additions and 7 deletions

View File

@@ -142,3 +142,12 @@ button {
opacity: 1;
}
}
.notification-popup {
border-radius: 8px;
padding: 8px 12px;
background: rgba(30, 30, 30, 0.948);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(80, 80, 80, 0.8);
font-size: 14px;
}