Improve animation

This commit is contained in:
2025-09-04 21:25:38 +03:00
Unverified
parent 68ac96c1e4
commit b6542328de
3 changed files with 59 additions and 16 deletions
+8
View File
@@ -420,6 +420,14 @@
min-width: 160px;
z-index: 1000;
&.entering {
animation: fadeInDown 0.2s ease forwards;
}
&.closing {
animation: fadeOutUp 0.2s ease forwards;
}
.context-menu-item {
display: flex;
align-items: center;