fix: attempt to mitigate power button state flash

Signed-off-by: Evan Song <theevansong@gmail.com>
This commit is contained in:
Evan Song
2025-02-16 00:51:25 -07:00
parent d41740eff5
commit 3ba5c0b4f7

View File

@@ -1001,7 +1001,8 @@ definePageMeta({
}
.server-action-buttons-anim {
animation: server-action-buttons-anim 0.2s ease-out;
animation: server-action-buttons-anim 0.2s both ease-out;
animation-delay: 0.2s;
}
.mobile-blurred-servericon::before {