fix(app): session title turn spinner (#16764)

This commit is contained in:
David Hill
2026-03-09 09:46:15 -05:00
committed by GitHub
parent 3742e42fdf
commit 399b8f0701
3 changed files with 94 additions and 37 deletions
+2 -2
View File
@@ -26,10 +26,10 @@
@keyframes pulse-opacity-dim {
0%,
100% {
opacity: 0;
opacity: 0.15;
}
50% {
opacity: 0.2;
opacity: 0.35;
}
}