1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

better loading

This commit is contained in:
Laura
2025-08-10 14:54:14 +02:00
parent 0fc86ae5fc
commit 8996173b3f
4 changed files with 15 additions and 13 deletions

View File

@@ -202,7 +202,8 @@ body {
.reasoning .toggle {
position: relative;
padding: 0 20px;
padding: 0 22px;
padding-left: 26px;
font-weight: 600;
font-size: 14px;
}
@@ -252,8 +253,11 @@ body {
}
.message.reasoning .reasoning button.toggle::before {
animation: rotating 2s linear infinite;
background-image: url(icons/loading.svg);
animation: rotating 1.2s linear infinite;
background-image: url(icons/spinner.svg);
top: -1px;
width: 18px;
height: 18px;
}
.message .text::before {