diff --git a/index.html b/index.html index 3e4b2475a1..afe368e39c 100644 --- a/index.html +++ b/index.html @@ -35,18 +35,6 @@ background-size: cover; background-repeat: no-repeat; } - #vue-app:has(#loading-logo) { - display: contents; - color: var(--fg-color); - & #loading-logo { - place-self: center; - font-size: clamp(2px, 1vw, 6px); - line-height: 1; - overflow: hidden; - max-width: 100vw; - border-radius: 20ch; - } - } .visually-hidden { position: absolute; width: 1px; @@ -65,36 +53,6 @@
Loading ComfyUI... -