We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1698e commit 3cc1575Copy full SHA for 3cc1575
standalone-packages/sse-loading-screen/src/Cube.js
@@ -6,7 +6,7 @@ import styled, { keyframes } from 'preact-emotion';
6
const isSafari =
7
typeof navigator !== 'undefined' &&
8
/^((?!chrome|android).)*safari/i.test(navigator.userAgent);
9
-const SHADOW_SIZE = isSafari ? 100 : 150;
+const SHADOW_SIZE = isSafari ? 50 : 150;
10
11
const getContainerAnimation = (offset: number) => {
12
return keyframes`
0 commit comments