fix(models): show inline preset name conflicts

This commit is contained in:
Xubin Ren
2026-08-16 11:50:56 +08:00
parent c15e6f2a37
commit a956fe1d60
17 changed files with 180 additions and 15 deletions
+15
View File
@@ -696,6 +696,21 @@
transform: scale(0.98);
}
@keyframes preset-name-shake {
0%,
100% {
transform: translateX(0);
}
35% {
transform: translateX(-2px);
}
70% {
transform: translateX(2px);
}
}
@keyframes composer-model-pill-viewport-enter {
from {
transform: scale(0.9074);