diff --git a/examples/ai-image-generator/src/assets/style.css b/examples/ai-image-generator/src/assets/style.css index b0c252d85..39b25ca56 100644 --- a/examples/ai-image-generator/src/assets/style.css +++ b/examples/ai-image-generator/src/assets/style.css @@ -44,34 +44,17 @@ body { no-repeat center; } -/* Spinner From: https://codepen.io/tbrownvisuals/pen/edGYvx */ .spinner { position: fixed; - z-index: 999; height: 2em; width: 2em; - overflow: show; - margin: auto; - top: 250px; - left: 0; - bottom: 0; - right: 0; - display: none; -} - -.show { - display: block; -} - -.spinner { - display: inline-block; - width: 50px; - height: 50px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; border-top-color: #121111; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; + top: 525px; + left: 160px; } @keyframes spin {