feat(ui): change session action menu UI style (#33)

This commit is contained in:
Ruihang Xia
2026-01-08 11:09:42 +08:00
committed by GitHub
parent 146cbf8db0
commit c0446766a5
4 changed files with 216 additions and 46 deletions
+15
View File
@@ -199,6 +199,21 @@ html[data-theme="dark"] .shiki span {
animation: slide-up 0.3s ease-out;
}
@keyframes menu-pop {
from {
opacity: 0;
transform: scale(0.98);
}
to {
opacity: 1;
transform: scale(1);
}
}
.animate-menu-pop {
animation: menu-pop 0.18s ease-out;
}
/* Syncing spinner animation */
@keyframes spin {
from {