Toast notifications for memory mutations, slide-in animation
This commit is contained in:
@@ -103,6 +103,13 @@ body {
|
||||
.prose-hermes hr { border: none; border-top: 1px solid var(--border); margin: 16px 0; }
|
||||
.prose-hermes strong { color: var(--text-1); }
|
||||
|
||||
/* Toast animation */
|
||||
@keyframes slide-in {
|
||||
from { opacity: 0; transform: translateY(-8px); }
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
.animate-slide-in { animation: slide-in 0.2s ease-out; }
|
||||
|
||||
/* Divider */
|
||||
.divider {
|
||||
height: 1px;
|
||||
|
||||
Reference in New Issue
Block a user