Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -160,15 +160,15 @@ body {
|
|
160 |
.server-status {
|
161 |
position: fixed;
|
162 |
bottom: 10px;
|
163 |
-
left:
|
164 |
transform: translateX(-50%);
|
165 |
background-color: rgba(240, 240, 240, 0.9);
|
166 |
padding: 5px;
|
167 |
border-radius: 5px;
|
168 |
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
169 |
font-size: 0.8em;
|
170 |
-
max-width:
|
171 |
-
width:
|
172 |
}
|
173 |
.server-status h4 {
|
174 |
margin: 0 0 5px 0;
|
@@ -188,10 +188,9 @@ body {
|
|
188 |
width: 100%;
|
189 |
}
|
190 |
.server-status {
|
191 |
-
left:
|
192 |
-
|
193 |
-
width:
|
194 |
-
max-width: 300px;
|
195 |
}
|
196 |
}
|
197 |
.video-output {
|
|
|
160 |
.server-status {
|
161 |
position: fixed;
|
162 |
bottom: 10px;
|
163 |
+
left: 30%;
|
164 |
transform: translateX(-50%);
|
165 |
background-color: rgba(240, 240, 240, 0.9);
|
166 |
padding: 5px;
|
167 |
border-radius: 5px;
|
168 |
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
169 |
font-size: 0.8em;
|
170 |
+
max-width: 250px;
|
171 |
+
width: 70%;
|
172 |
}
|
173 |
.server-status h4 {
|
174 |
margin: 0 0 5px 0;
|
|
|
188 |
width: 100%;
|
189 |
}
|
190 |
.server-status {
|
191 |
+
left: 25%;
|
192 |
+
width: 60%;
|
193 |
+
max-width: 200px;
|
|
|
194 |
}
|
195 |
}
|
196 |
.video-output {
|