diff --git a/public/index.html b/public/index.html index b328d01fc2..1959ee8a77 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,7 @@ justify-content: center; align-items: center; flex-direction: column; + position: relative; } #spinner-text { @@ -41,6 +42,10 @@ border-color: #258ede transparent transparent transparent; } + #spinner p { + margin: 0; + } + #lds-ring div:nth-child(1) { animation-delay: -0.45s; } @@ -53,6 +58,16 @@ animation-delay: -0.15s; } + .hidden { + display: none; + } + + body { + margin: 0; + padding: 0; + border: 0; + } + @keyframes lds-ring { 0% { transform: rotate(0deg); @@ -77,7 +92,7 @@
Loading Graph Explorer
- +