mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Change voice progress bar animation percentages.
This commit is contained in:
parent
d2dde5d592
commit
88f0ef3a85
1 changed files with 6 additions and 3 deletions
|
@ -46,9 +46,12 @@ the aider chat session.
|
|||
}
|
||||
@keyframes progress {
|
||||
0% { width: 10%; }
|
||||
33% { width: 90%; }
|
||||
66% { width: 30%; }
|
||||
100% { width: 90%; }
|
||||
20% { width: 90%; }
|
||||
50% { width: 30%; }
|
||||
60% { width: 90%; }
|
||||
80% { width: 20%; }
|
||||
100% { width: 10%; }
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue