mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
fix attach button rotating weirdly
This commit is contained in:
@@ -651,6 +651,7 @@ body:not(.loading) #loading {
|
|||||||
margin-right: 14px;
|
margin-right: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message .attach::before,
|
||||||
.message .collapse::before {
|
.message .collapse::before {
|
||||||
content: "";
|
content: "";
|
||||||
transition: 150ms;
|
transition: 150ms;
|
||||||
@@ -1031,6 +1032,7 @@ body.loading #version,
|
|||||||
.message .retry,
|
.message .retry,
|
||||||
.message .delete,
|
.message .delete,
|
||||||
.message .attach,
|
.message .attach,
|
||||||
|
.message .attach::before,
|
||||||
.pre-copy,
|
.pre-copy,
|
||||||
.tool .call .name::after,
|
.tool .call .name::after,
|
||||||
.tool .call::before,
|
.tool .call::before,
|
||||||
@@ -1080,7 +1082,7 @@ input.invalid {
|
|||||||
background-image: url(icons/collapse.svg);
|
background-image: url(icons/collapse.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message .attach {
|
.message .attach::before {
|
||||||
background-image: url(icons/attach_message.svg);
|
background-image: url(icons/attach_message.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1199,7 +1201,7 @@ label[for="reasoning-tokens"] {
|
|||||||
background-image: url(icons/attach.svg);
|
background-image: url(icons/attach.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message .attach.loading,
|
.message .attach.loading::before,
|
||||||
#upload.loading {
|
#upload.loading {
|
||||||
animation: rotating 1.2s linear infinite;
|
animation: rotating 1.2s linear infinite;
|
||||||
background-image: url(icons/spinner.svg);
|
background-image: url(icons/spinner.svg);
|
||||||
|
|||||||
Reference in New Issue
Block a user