fix(ui-transitions): circle not round
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user