Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ css="""
|
|
26 |
position: fixed;
|
27 |
right: 100%;
|
28 |
z-index: 9999;
|
29 |
-
width:
|
30 |
top: 50px;
|
31 |
}
|
32 |
.contain #control_panel.open {
|
@@ -36,7 +36,7 @@ css="""
|
|
36 |
height: 50px;
|
37 |
width: 100%;
|
38 |
position: fixed;
|
39 |
-
background:
|
40 |
top: 0px;
|
41 |
left: 0px;
|
42 |
z-index: 99999;
|
|
|
26 |
position: fixed;
|
27 |
right: 100%;
|
28 |
z-index: 9999;
|
29 |
+
width: 40%;
|
30 |
top: 50px;
|
31 |
}
|
32 |
.contain #control_panel.open {
|
|
|
36 |
height: 50px;
|
37 |
width: 100%;
|
38 |
position: fixed;
|
39 |
+
background: #185991;
|
40 |
top: 0px;
|
41 |
left: 0px;
|
42 |
z-index: 99999;
|