remove: toast notification system

This commit is contained in:
2026-04-06 19:52:24 +02:00
parent da60c9d6fd
commit 55284a855e
4 changed files with 1 additions and 52 deletions

View File

@@ -714,27 +714,6 @@ a:hover {
margin: 4px 0;
}
/* Toast */
#toast-container {
position: fixed;
bottom: 24px;
right: 24px;
z-index: 1000;
display: flex;
flex-direction: column;
gap: 8px;
}
.toast {
background: var(--surface);
border: 1px solid var(--border);
color: var(--text);
padding: 12px 16px;
font-size: 13px;
opacity: 0;
transition: opacity 0.2s;
}
/* Responsive */
@media (max-width: 900px) {
.anime-page {