fix(app): animate prompt selectors after loading (#34101)

This commit is contained in:
Brendan Allan
2026-06-27 02:36:01 +08:00
committed by GitHub
parent d5154308ee
commit 7aa677d7a6
5 changed files with 19 additions and 16 deletions
+1 -9
View File
@@ -1,6 +1,7 @@
@import "@opencode-ai/ui/styles/tailwind";
@import "@opencode-ai/session-ui/styles";
@import "@opencode-ai/ui/v2/styles/tailwind.css";
@import "tw-animate-css";
@font-face {
font-family: "JetBrainsMono Nerd Font Mono";
@@ -131,13 +132,4 @@
transform: rotate(360deg);
}
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
}