Change voice progress bar animation percentages.

This commit is contained in:
Paul Gauthier 2023-08-10 22:42:51 -03:00
parent d2dde5d592
commit 88f0ef3a85

View file

@ -46,9 +46,12 @@ the aider chat session.
} }
@keyframes progress { @keyframes progress {
0% { width: 10%; } 0% { width: 10%; }
33% { width: 90%; } 20% { width: 90%; }
66% { width: 30%; } 50% { width: 30%; }
100% { width: 90%; } 60% { width: 90%; }
80% { width: 20%; }
100% { width: 10%; }
} }
</style> </style>