Spaces:
Sleeping
Sleeping
zxcvb6958 commited on
Commit ·
cf62074
1
Parent(s): 13ed6a5
update button
Browse files
app.py
CHANGED
|
@@ -167,9 +167,11 @@ css = """
|
|
| 167 |
font-weight: bold;
|
| 168 |
border: none !important;
|
| 169 |
border-radius: 12px !important;
|
| 170 |
-
padding: 7px 6px !important;
|
| 171 |
margin-left: 10px !important;
|
| 172 |
box-shadow: none !important;
|
|
|
|
|
|
|
| 173 |
}
|
| 174 |
.gray-btn {
|
| 175 |
background: #EBEBEE !important;
|
|
@@ -177,9 +179,11 @@ css = """
|
|
| 177 |
font-weight: bold;
|
| 178 |
border: 2px solid #111 !important;
|
| 179 |
border-radius: 12px !important;
|
| 180 |
-
padding: 7px 6px !important;
|
| 181 |
margin-right: 10px !important;
|
| 182 |
box-shadow: none !important;
|
|
|
|
|
|
|
| 183 |
}
|
| 184 |
.button-row {
|
| 185 |
margin-top: 8px;
|
|
|
|
| 167 |
font-weight: bold;
|
| 168 |
border: none !important;
|
| 169 |
border-radius: 12px !important;
|
| 170 |
+
padding: 7px 6px !important;
|
| 171 |
margin-left: 10px !important;
|
| 172 |
box-shadow: none !important;
|
| 173 |
+
min-width: unset !important;
|
| 174 |
+
width: auto !important;
|
| 175 |
}
|
| 176 |
.gray-btn {
|
| 177 |
background: #EBEBEE !important;
|
|
|
|
| 179 |
font-weight: bold;
|
| 180 |
border: 2px solid #111 !important;
|
| 181 |
border-radius: 12px !important;
|
| 182 |
+
padding: 7px 6px !important;
|
| 183 |
margin-right: 10px !important;
|
| 184 |
box-shadow: none !important;
|
| 185 |
+
min-width: unset !important;
|
| 186 |
+
width: auto !important;
|
| 187 |
}
|
| 188 |
.button-row {
|
| 189 |
margin-top: 8px;
|