Add toast for errors and success messages

This commit is contained in:
Thilo Hohlt
2024-08-02 16:36:21 +02:00
parent c86bc68e5c
commit ae128dea6c
10 changed files with 113 additions and 57 deletions

View File

@@ -68,7 +68,6 @@
inline-size: min(100% - 2rem, 1536px);
block-size: calc(100vh - 7rem);
border: var(--border-primary);
overflow-y: auto;
display: flex;
padding-block: 0;
}