jin-nin commited on
Commit
4d32d31
1 Parent(s): 76676cd

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -3
style.css CHANGED
@@ -3,6 +3,7 @@
3
  box-shadow: inset 0 0 0 1px #293139 !important;
4
  border-radius: 2px !important;
5
  padding: .5rem .75rem !important;
 
6
  }
7
 
8
  .gr-button:hover {
@@ -18,7 +19,7 @@
18
  padding: .5rem .75rem !important;
19
  min-width: auto !important;
20
  white-space: nowrap !important;
21
- align-self: center;
22
  }
23
 
24
  #translate {
@@ -49,7 +50,7 @@ footer {
49
  min-width: auto !important;
50
  }
51
  #longs-fillers .gr-button {
52
- justify-content: flex-start;
53
  }
54
 
55
  .gap-4 {
@@ -62,5 +63,5 @@ footer {
62
 
63
  #paints > * > .border {
64
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
65
- border-radius: 2px;
66
  }
 
3
  box-shadow: inset 0 0 0 1px #293139 !important;
4
  border-radius: 2px !important;
5
  padding: .5rem .75rem !important;
6
+ font-size: 1rem !important;
7
  }
8
 
9
  .gr-button:hover {
 
19
  padding: .5rem .75rem !important;
20
  min-width: auto !important;
21
  white-space: nowrap !important;
22
+ align-self: center !important;
23
  }
24
 
25
  #translate {
 
50
  min-width: auto !important;
51
  }
52
  #longs-fillers .gr-button {
53
+ justify-content: flex-start !important;
54
  }
55
 
56
  .gap-4 {
 
63
 
64
  #paints > * > .border {
65
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
66
+ border-radius: 2px !important;
67
  }