summaryrefslogtreecommitdiff
path: root/extension/react-app/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-02 02:01:50 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-02 02:01:50 -0700
commit08766100cdb3638b3300ae4b700f8ec2af6b9a8a (patch)
tree20f4c313b22fe373fa8a617d16a589a555266c81 /extension/react-app/src
parentcd18705b172501b66419134e0c054f571b073a1b (diff)
downloadsncontinue-08766100cdb3638b3300ae4b700f8ec2af6b9a8a.tar.gz
sncontinue-08766100cdb3638b3300ae4b700f8ec2af6b9a8a.tar.bz2
sncontinue-08766100cdb3638b3300ae4b700f8ec2af6b9a8a.zip
fix: :bug: don't fail on disconnected websocket
Diffstat (limited to 'extension/react-app/src')
-rw-r--r--extension/react-app/src/components/Loader.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/components/Loader.tsx b/extension/react-app/src/components/Loader.tsx
index 3bf10b1e..55f4f31f 100644
--- a/extension/react-app/src/components/Loader.tsx
+++ b/extension/react-app/src/components/Loader.tsx
@@ -6,6 +6,7 @@ import { PlayIcon } from "@heroicons/react/24/outline";
const DEFAULT_SIZE = "28px";
const FlashingDiv = styled.div`
+ margin-top: 16px;
margin: auto;
width: ${DEFAULT_SIZE};
animation: flash 1.2s infinite ease-in-out;