TwoQuarks commited on
Commit
26ce426
·
verified ·
1 Parent(s): 5d76b9d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -29
style.css CHANGED
@@ -48,7 +48,7 @@
48
  --trans-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
49
 
50
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.35);
51
- --shadow-glow: 0 0 22px rgba(59,130,246,0.22);
52
 
53
  --z-base: 1;
54
  --z-dropdown: 10;
@@ -252,8 +252,8 @@ body {
252
  .gradio-container textarea:focus,
253
  .gradio-container select:focus {
254
  outline: none !important;
255
- border-color: rgba(59,130,246,0.70) !important;
256
- box-shadow: 0 0 0 3px rgba(59,130,246,0.22) !important;
257
  }
258
 
259
  .gradio-container input[type="range"] {
@@ -298,7 +298,7 @@ body {
298
  .gradio-container .gr-button-primary {
299
  background: linear-gradient(135deg, var(--ultra-blue) 0%, var(--ultra-blue-bright) 100%) !important;
300
  border-color: rgba(255,255,255,0.10) !important;
301
- box-shadow: 0 10px 30px rgba(59,130,246,0.25) !important;
302
  }
303
 
304
  .gradio-container button.primary:hover,
@@ -366,22 +366,9 @@ body {
366
  height: 10px !important;
367
  }
368
 
369
- #down_gallery [class*="gallery"]::-webkit-scrollbar-track,
370
- #strange_gallery [class*="gallery"]::-webkit-scrollbar-track {
371
- background: rgba(255,255,255,0.03) !important;
372
- border-radius: 999px !important;
373
- }
374
-
375
- #down_gallery [class*="gallery"]::-webkit-scrollbar-thumb,
376
- #strange_gallery [class*="gallery"]::-webkit-scrollbar-thumb {
377
- background: rgba(96,165,250,0.25) !important;
378
- border-radius: 999px !important;
379
- border: 1px solid rgba(255,255,255,0.08) !important;
380
- }
381
-
382
  #down_gallery [class*="gallery"]::-webkit-scrollbar-thumb:hover,
383
  #strange_gallery [class*="gallery"]::-webkit-scrollbar-thumb:hover {
384
- background: rgba(96,165,250,0.40) !important;
385
  }
386
 
387
  #down_gallery [class*="gallery"] [role="list"],
@@ -394,7 +381,7 @@ body {
394
 
395
  #down_gallery [role="listitem"],
396
  #strange_gallery [role="listitem"] {
397
- flex: 0 0 320px !important; /* slide width */
398
  scroll-snap-align: start !important;
399
  border-radius: var(--radius-md) !important;
400
  overflow: hidden !important;
@@ -427,16 +414,6 @@ body {
427
  background: linear-gradient(90deg, rgba(59,130,246,0.35), rgba(96,165,250,0.12), rgba(0,0,0,0));
428
  }
429
 
430
- @media (max-width: 768px) {
431
- #down_gallery [role="listitem"],
432
- #strange_gallery [role="listitem"] {
433
- flex-basis: 270px !important;
434
- }
435
- #down_gallery img, #strange_gallery img {
436
- height: 200px !important;
437
- }
438
- }
439
-
440
  .gradio-container label,
441
  .gradio-container .gr-label {
442
  color: var(--fg-secondary) !important;
 
48
  --trans-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
49
 
50
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.35);
51
+ --shadow-glow: 0 0 22px rgba(50,60,60,0.22);
52
 
53
  --z-base: 1;
54
  --z-dropdown: 10;
 
252
  .gradio-container textarea:focus,
253
  .gradio-container select:focus {
254
  outline: none !important;
255
+ border-color: rgba(5,13,24,0.70) !important;
256
+ box-shadow: 0 0 0 3px rgba(9,0,26,0.22) !important;
257
  }
258
 
259
  .gradio-container input[type="range"] {
 
298
  .gradio-container .gr-button-primary {
299
  background: linear-gradient(135deg, var(--ultra-blue) 0%, var(--ultra-blue-bright) 100%) !important;
300
  border-color: rgba(255,255,255,0.10) !important;
301
+ box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
302
  }
303
 
304
  .gradio-container button.primary:hover,
 
366
  height: 10px !important;
367
  }
368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
369
  #down_gallery [class*="gallery"]::-webkit-scrollbar-thumb:hover,
370
  #strange_gallery [class*="gallery"]::-webkit-scrollbar-thumb:hover {
371
+ background: rgba(20,25,25,0.20) !important;
372
  }
373
 
374
  #down_gallery [class*="gallery"] [role="list"],
 
381
 
382
  #down_gallery [role="listitem"],
383
  #strange_gallery [role="listitem"] {
384
+ flex: 0 0 220px !important; /* slide width */
385
  scroll-snap-align: start !important;
386
  border-radius: var(--radius-md) !important;
387
  overflow: hidden !important;
 
414
  background: linear-gradient(90deg, rgba(59,130,246,0.35), rgba(96,165,250,0.12), rgba(0,0,0,0));
415
  }
416
 
 
 
 
 
 
 
 
 
 
 
417
  .gradio-container label,
418
  .gradio-container .gr-label {
419
  color: var(--fg-secondary) !important;