Web and AI chat
This commit is contained in:
@@ -2367,3 +2367,6 @@ body {
|
||||
max-width: 400px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@keyframes bounce { 0%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-6px); } }
|
||||
@keyframes spin { to { transform: rotate(360deg); } }
|
||||
|
||||
Reference in New Issue
Block a user