fix(webui): nudge model setup on blocked submit
This commit is contained in:
@@ -765,6 +765,33 @@
|
||||
0 2px 5px rgb(0 0 0 / 0.16);
|
||||
}
|
||||
|
||||
@keyframes composer-model-pill-setup-attention {
|
||||
0%,
|
||||
100% {
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
22% {
|
||||
transform: translateX(-3px);
|
||||
}
|
||||
|
||||
46% {
|
||||
transform: translateX(3px);
|
||||
}
|
||||
|
||||
68% {
|
||||
transform: translateX(-2px);
|
||||
}
|
||||
|
||||
86% {
|
||||
transform: translateX(1px);
|
||||
}
|
||||
}
|
||||
|
||||
.composer-model-pill-setup-attention {
|
||||
animation: composer-model-pill-setup-attention 280ms cubic-bezier(0.22, 0.8, 0.32, 1);
|
||||
}
|
||||
|
||||
@keyframes composer-model-pill-viewport-enter {
|
||||
from {
|
||||
transform: scale(0.9074);
|
||||
@@ -817,6 +844,10 @@
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.composer-model-pill-setup-attention {
|
||||
animation: none;
|
||||
}
|
||||
|
||||
.composer-model-pill-track[data-settling="true"],
|
||||
.composer-model-pill-dock {
|
||||
transition: none;
|
||||
|
||||
Reference in New Issue
Block a user