fix(ui-transitions): circle not round

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
Neko Ayaka
2025-03-06 16:36:33 +08:00
parent e2268879dd
commit b371c5fdbe
@@ -31,8 +31,8 @@ onMounted(() => {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
width: 150%;
aspect-ratio: 1 / 1;
pointer-events: none;
transform: translate(-50%, -50%);
}