Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,25 +162,39 @@ body {
|
|
| 162 |
}
|
| 163 |
|
| 164 |
.server-status {
|
| 165 |
-
margin-top:
|
| 166 |
background-color: white;
|
| 167 |
-
padding:
|
| 168 |
border-radius: 5px;
|
| 169 |
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
| 170 |
font-size: 0.9em;
|
| 171 |
width: 100%;
|
| 172 |
}
|
| 173 |
-
|
| 174 |
.server-status h4 {
|
| 175 |
-
margin: 0 0
|
| 176 |
font-size: 1em;
|
| 177 |
font-weight: bold;
|
| 178 |
}
|
| 179 |
-
|
| 180 |
.server-status-details {
|
| 181 |
-
margin-top:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
}
|
| 183 |
-
|
| 184 |
@media (max-width: 768px) {
|
| 185 |
.row {
|
| 186 |
flex-direction: column;
|
|
@@ -188,6 +202,7 @@ body {
|
|
| 188 |
.column {
|
| 189 |
width: 100%;
|
| 190 |
}
|
|
|
|
| 191 |
.video-output {
|
| 192 |
width: 100%;
|
| 193 |
height: auto;
|
|
|
|
| 162 |
}
|
| 163 |
|
| 164 |
.server-status {
|
| 165 |
+
margin-top: 10px;
|
| 166 |
background-color: white;
|
| 167 |
+
padding: 8px;
|
| 168 |
border-radius: 5px;
|
| 169 |
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
| 170 |
font-size: 0.9em;
|
| 171 |
width: 100%;
|
| 172 |
}
|
|
|
|
| 173 |
.server-status h4 {
|
| 174 |
+
margin: 0 0 5px 0;
|
| 175 |
font-size: 1em;
|
| 176 |
font-weight: bold;
|
| 177 |
}
|
|
|
|
| 178 |
.server-status-details {
|
| 179 |
+
margin-top: 5px;
|
| 180 |
+
}
|
| 181 |
+
.server-status .row {
|
| 182 |
+
margin-bottom: 5px;
|
| 183 |
+
}
|
| 184 |
+
.server-status .textbox {
|
| 185 |
+
min-height: unset !important;
|
| 186 |
+
}
|
| 187 |
+
.server-status .textbox input {
|
| 188 |
+
padding: 2px 8px !important;
|
| 189 |
+
height: 28px !important;
|
| 190 |
+
}
|
| 191 |
+
.server-status .textbox label {
|
| 192 |
+
margin-bottom: 2px !important;
|
| 193 |
+
}
|
| 194 |
+
.server-status button {
|
| 195 |
+
padding: 2px 10px !important;
|
| 196 |
+
height: 28px !important;
|
| 197 |
}
|
|
|
|
| 198 |
@media (max-width: 768px) {
|
| 199 |
.row {
|
| 200 |
flex-direction: column;
|
|
|
|
| 202 |
.column {
|
| 203 |
width: 100%;
|
| 204 |
}
|
| 205 |
+
}
|
| 206 |
.video-output {
|
| 207 |
width: 100%;
|
| 208 |
height: auto;
|