jin-nin commited on
Commit
8231219
1 Parent(s): 5188c29

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -1
style.css CHANGED
@@ -2,6 +2,7 @@
2
  background: black !important;
3
  box-shadow: 0 0 0 1px #293139 !important;
4
  border-radius: 2px !important;
 
5
  }
6
 
7
  .gr-button:hover {
@@ -13,7 +14,10 @@
13
  border: none !important;
14
  font-weight: normal !important;
15
  background: transparent !important;
16
- border-radius: 2px;
 
 
 
17
  }
18
 
19
  body, .gradio-container {
 
2
  background: black !important;
3
  box-shadow: 0 0 0 1px #293139 !important;
4
  border-radius: 2px !important;
5
+ padding: .5rem .75rem !important;
6
  }
7
 
8
  .gr-button:hover {
 
14
  border: none !important;
15
  font-weight: normal !important;
16
  background: transparent !important;
17
+ border-radius: 2px !important;
18
+ padding: .5rem .75rem !important;
19
+ min-width: auto !important;
20
+ white-space: nowrap !important;
21
  }
22
 
23
  body, .gradio-container {