mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-07 07:31:30 +08:00
chore: release v0.9.7
This commit is contained in:
@@ -373,6 +373,17 @@
|
||||
.typing-indicator span:nth-child(2) { animation-delay: 0.2s; }
|
||||
.typing-indicator span:nth-child(3) { animation-delay: 0.4s; }
|
||||
|
||||
.typing-hint {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
background: none !important;
|
||||
animation: none !important;
|
||||
font-size: 12px;
|
||||
color: var(--text-tertiary);
|
||||
margin-left: 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@keyframes typing-bounce {
|
||||
0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
|
||||
30% { transform: translateY(-6px); opacity: 1; }
|
||||
|
||||
Reference in New Issue
Block a user