Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -171,25 +171,34 @@ body {
|
|
| 171 |
font-size: 0.9em;
|
| 172 |
}
|
| 173 |
.server-status .row {
|
| 174 |
-
margin-bottom:
|
| 175 |
}
|
| 176 |
.server-status .textbox {
|
| 177 |
min-height: unset !important;
|
| 178 |
}
|
| 179 |
.server-status .textbox input {
|
| 180 |
padding: 1px 5px !important;
|
| 181 |
-
height:
|
| 182 |
font-size: 0.9em !important;
|
| 183 |
}
|
| 184 |
.server-status .textbox label {
|
| 185 |
-
margin-bottom:
|
| 186 |
font-size: 0.9em !important;
|
|
|
|
| 187 |
}
|
| 188 |
.server-status button {
|
| 189 |
padding: 1px 8px !important;
|
| 190 |
height: 22px !important;
|
| 191 |
font-size: 0.9em !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
@media (max-width: 768px) {
|
| 194 |
.row {
|
| 195 |
flex-direction: column;
|
|
|
|
| 171 |
font-size: 0.9em;
|
| 172 |
}
|
| 173 |
.server-status .row {
|
| 174 |
+
margin-bottom: 2px;
|
| 175 |
}
|
| 176 |
.server-status .textbox {
|
| 177 |
min-height: unset !important;
|
| 178 |
}
|
| 179 |
.server-status .textbox input {
|
| 180 |
padding: 1px 5px !important;
|
| 181 |
+
height: 20px !important;
|
| 182 |
font-size: 0.9em !important;
|
| 183 |
}
|
| 184 |
.server-status .textbox label {
|
| 185 |
+
margin-bottom: 0 !important;
|
| 186 |
font-size: 0.9em !important;
|
| 187 |
+
line-height: 1.2 !important;
|
| 188 |
}
|
| 189 |
.server-status button {
|
| 190 |
padding: 1px 8px !important;
|
| 191 |
height: 22px !important;
|
| 192 |
font-size: 0.9em !important;
|
| 193 |
+
margin-top: 2px !important;
|
| 194 |
+
}
|
| 195 |
+
.server-status .textbox {
|
| 196 |
+
gap: 0 !important;
|
| 197 |
}
|
| 198 |
+
.server-status .textbox input {
|
| 199 |
+
margin-top: -2px !important;
|
| 200 |
+
}
|
| 201 |
+
|
| 202 |
@media (max-width: 768px) {
|
| 203 |
.row {
|
| 204 |
flex-direction: column;
|