VictorKai1996NUS commited on
Commit
5327c93
·
verified ·
1 Parent(s): 6629419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -160,15 +160,15 @@ body {
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;
@@ -188,10 +188,9 @@ body {
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 {
 
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 {