Skip to content

Commit

Permalink
Fix:Circular loading spinner is oval in safari browser
Browse files Browse the repository at this point in the history
  • Loading branch information
HEREYUA committed Mar 11, 2024
1 parent 076e99f commit 8d55eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/css/modules/animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
display: block;
left: 50%;
top: 50%;
height: min(4em, 66.6%);
width: min(4em, 66.6%);
aspect-ratio: 1;
transform: translate(-50%, -50%);
animation: isloadingspin 1000ms infinite linear;
Expand Down

0 comments on commit 8d55eaf

Please sign in to comment.