OppaAI commited on
Commit
6f0b044
Β·
1 Parent(s): cadeccd

Remove loading bar

Browse files
Files changed (1) hide show
  1. ui/css.py +30 -1
ui/css.py CHANGED
@@ -34,6 +34,23 @@ main {
34
  color: var(--aiko-text);
35
  }
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  /* ── Shell ─────────────────────────────────────────────────────────── */
38
  #aiko-shell {
39
  max-width: 1180px;
@@ -369,7 +386,7 @@ textarea::placeholder, input::placeholder { color: var(--aiko-muted) !important;
369
  text-shadow: 0 0 18px rgba(155, 124, 255, .55);
370
  }
371
 
372
- #aiko-login-overlay p {
373
  margin: 0;
374
  font-size: 0.78rem;
375
  letter-spacing: .12em;
@@ -377,6 +394,18 @@ textarea::placeholder, input::placeholder { color: var(--aiko-muted) !important;
377
  text-transform: uppercase;
378
  }
379
 
 
 
 
 
 
 
 
 
 
 
 
 
380
  /* Constrain the LoginButton and all its Gradio wrappers */
381
  #aiko-login-overlay > div,
382
  #aiko-login-overlay > div > div,
 
34
  color: var(--aiko-text);
35
  }
36
 
37
+ /* ── Hide Gradio loading/progress bar ──────────────────────────────── */
38
+ #cosmos-spinner,
39
+ .progress-bar,
40
+ .loader,
41
+ [class*="progress"],
42
+ [class*="loading-bar"],
43
+ [id*="cosmos"],
44
+ .toast-wrap,
45
+ .toast-body,
46
+ .svelte-toast,
47
+ div[class*="toast"],
48
+ div[class*="status"] {
49
+ display: none !important;
50
+ opacity: 0 !important;
51
+ visibility: hidden !important;
52
+ }
53
+
54
  /* ── Shell ─────────────────────────────────────────────────────────── */
55
  #aiko-shell {
56
  max-width: 1180px;
 
386
  text-shadow: 0 0 18px rgba(155, 124, 255, .55);
387
  }
388
 
389
+ #aiko-login-overlay .aiko-subtitle {
390
  margin: 0;
391
  font-size: 0.78rem;
392
  letter-spacing: .12em;
 
394
  text-transform: uppercase;
395
  }
396
 
397
+ #aiko-login-overlay .aiko-disclaimer {
398
+ margin: 0 auto;
399
+ max-width: 360px;
400
+ font-size: 0.72rem;
401
+ line-height: 1.6;
402
+ color: rgba(140, 122, 182, 0.75);
403
+ text-align: center;
404
+ font-style: italic;
405
+ padding: 14px 24px 0;
406
+ border-top: 1px solid rgba(182, 140, 255, 0.12);
407
+ }
408
+
409
  /* Constrain the LoginButton and all its Gradio wrappers */
410
  #aiko-login-overlay > div,
411
  #aiko-login-overlay > div > div,