mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
retry button
This commit is contained in:
@@ -256,11 +256,6 @@ body.loading #version {
|
||||
border: 2px solid #ed8796;
|
||||
}
|
||||
|
||||
.message.errored .options .copy,
|
||||
.message.errored .options .edit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.reasoning-text pre {
|
||||
background: #1b1d2a;
|
||||
}
|
||||
@@ -414,8 +409,12 @@ body.loading #version {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
.message.errored .options .copy,
|
||||
.message.errored .options .edit,
|
||||
.message.errored .options .retry,
|
||||
.message.waiting .options,
|
||||
.message.reasoning .options,
|
||||
.message.tooling .options,
|
||||
.message.receiving .options {
|
||||
display: none;
|
||||
}
|
||||
@@ -596,6 +595,7 @@ body.loading #version,
|
||||
.message .tag-search,
|
||||
.message .copy,
|
||||
.message .edit,
|
||||
.message .retry,
|
||||
.message .delete,
|
||||
.pre-copy,
|
||||
.tool .call .name::after,
|
||||
@@ -645,6 +645,10 @@ input.invalid {
|
||||
background-image: url(icons/check.svg);
|
||||
}
|
||||
|
||||
.message .retry {
|
||||
background-image: url(icons/retry.svg);
|
||||
}
|
||||
|
||||
.message .edit {
|
||||
background-image: url(icons/edit.svg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user