Spaces:
Sleeping
Sleeping
VictorKai1996NUS
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -160,13 +160,15 @@ body {
|
|
160 |
.server-status {
|
161 |
position: fixed;
|
162 |
bottom: 10px;
|
163 |
-
left:
|
|
|
164 |
background-color: rgba(240, 240, 240, 0.9);
|
165 |
padding: 5px;
|
166 |
border-radius: 5px;
|
167 |
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
168 |
font-size: 0.8em;
|
169 |
max-width: 340px;
|
|
|
170 |
}
|
171 |
.server-status h4 {
|
172 |
margin: 0 0 5px 0;
|
@@ -185,6 +187,13 @@ body {
|
|
185 |
.column {
|
186 |
width: 100%;
|
187 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
.video-output {
|
189 |
width: 100%;
|
190 |
height: auto;
|
|
|
160 |
.server-status {
|
161 |
position: fixed;
|
162 |
bottom: 10px;
|
163 |
+
left: 50%;
|
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: 340px;
|
171 |
+
width: 90%;
|
172 |
}
|
173 |
.server-status h4 {
|
174 |
margin: 0 0 5px 0;
|
|
|
187 |
.column {
|
188 |
width: 100%;
|
189 |
}
|
190 |
+
.server-status {
|
191 |
+
left: 50%;
|
192 |
+
transform: translateX(-50%);
|
193 |
+
width: 90%;
|
194 |
+
max-width: 300px;
|
195 |
+
}
|
196 |
+
}
|
197 |
.video-output {
|
198 |
width: 100%;
|
199 |
height: auto;
|