1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

image generation wip

This commit is contained in:
Laura
2025-09-11 23:25:58 +02:00
parent 27dbd0e642
commit 1c4ff26378
10 changed files with 105 additions and 24 deletions

View File

@@ -363,6 +363,18 @@ body:not(.loading) #loading {
max-width: 800px;
}
.message.loading .text::after {
content: "";
display: block;
position: relative;
width: 32px;
height: 3px;
background: #cad3f5;
animation: swivel 1.5s ease-in-out infinite;
opacity: 0.5;
margin-top: 5px;
}
.message:not(.editing) textarea.text,
.message.editing div.text {
display: none;
@@ -1256,7 +1268,7 @@ label[for="reasoning-tokens"] {
}
50% {
left: calc(100%);
left: 100%;
transform: translateX(-100%);
}
}