Spaces:
Runtime error
Runtime error
Commit ·
c39439f
1
Parent(s): f2323af
decreased button height
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ max-width: none !important;
|
|
| 75 |
.gr-button-lg {
|
| 76 |
z-index: 14;
|
| 77 |
width: 113px;
|
| 78 |
-
height:
|
| 79 |
left: 0px;
|
| 80 |
top: 0px;
|
| 81 |
padding: 0px;
|
|
@@ -94,7 +94,7 @@ max-width: none !important;
|
|
| 94 |
.gr-button-lg:hover{
|
| 95 |
z-index: 14;
|
| 96 |
width: 113px;
|
| 97 |
-
height:
|
| 98 |
left: 0px;
|
| 99 |
top: 0px;
|
| 100 |
padding: 0px;
|
|
|
|
| 75 |
.gr-button-lg {
|
| 76 |
z-index: 14;
|
| 77 |
width: 113px;
|
| 78 |
+
height: 30px;
|
| 79 |
left: 0px;
|
| 80 |
top: 0px;
|
| 81 |
padding: 0px;
|
|
|
|
| 94 |
.gr-button-lg:hover{
|
| 95 |
z-index: 14;
|
| 96 |
width: 113px;
|
| 97 |
+
height: 30px;
|
| 98 |
left: 0px;
|
| 99 |
top: 0px;
|
| 100 |
padding: 0px;
|