jin-nin commited on
Commit
e261797
1 Parent(s): d504c1b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -0
style.css CHANGED
@@ -29,6 +29,10 @@ body, .gradio-container {
29
  max-width: !important;
30
  }
31
 
 
 
 
 
32
  footer {
33
  display: none !important;
34
  }
@@ -37,3 +41,6 @@ footer {
37
  border: none !important;
38
  }
39
 
 
 
 
 
29
  max-width: !important;
30
  }
31
 
32
+ .min-h-\[15rem\] {
33
+ background: rgba( 255, 255, 255, .1 ) !important;
34
+ }
35
+
36
  footer {
37
  display: none !important;
38
  }
 
41
  border: none !important;
42
  }
43
 
44
+ .gap-4 {
45
+ gap: 0 !important;
46
+ }