Fix prompt animation missing

fix prompt bounce out animation missing
This commit is contained in:
KOWX712
2024-11-27 21:14:20 +08:00
parent 7f431f13f3
commit ad5e2ca551
3 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -595,7 +595,7 @@ body {
display: flex;
align-items: center;
border-radius: 8px;
background-color: #B10000
background-color: #B10000;
}
.uninstall-container i {
@@ -610,7 +610,7 @@ body {
color: #fff;
}
.hidden {
.uninstall-container.hidden-uninstall {
display: none;
}