We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0679e60 commit 35def31Copy full SHA for 35def31
web_src/css/modules/animations.css
@@ -20,6 +20,7 @@
20
left: 50%;
21
top: 50%;
22
height: min(4em, 66.6%);
23
+ width: fit-content; /* compat: safari - https://bugs.webkit.org/show_bug.cgi?id=267625 */
24
aspect-ratio: 1;
25
transform: translate(-50%, -50%);
26
animation: isloadingspin 1000ms infinite linear;
0 commit comments