fix(a2ui): center status overlay

This commit is contained in:
Peter Steinberger
2025-12-27 00:23:27 +01:00
parent 67b9a675f5
commit ae9a8ce34c

View File

@@ -84,9 +84,10 @@
inset: 0;
display: none;
align-items: center;
justify-content: flex-start;
justify-content: center;
flex-direction: column;
padding-top: calc(20px + env(safe-area-inset-top, 0px));
padding: 24px;
box-sizing: border-box;
pointer-events: none;
z-index: 3;
}