mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
feat(ui): change session action menu UI style (#33)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user