Update app.py
Browse files
app.py
CHANGED
@@ -28,9 +28,10 @@ css="""
|
|
28 |
z-index: 9999;
|
29 |
width: 40%;
|
30 |
top: 50px;
|
|
|
31 |
}
|
32 |
.contain #control_panel.open {
|
33 |
-
right:
|
34 |
}
|
35 |
#top_bar {
|
36 |
height: 50px;
|
|
|
28 |
z-index: 9999;
|
29 |
width: 40%;
|
30 |
top: 50px;
|
31 |
+
box-shadow: 0 0 12px 0px black;
|
32 |
}
|
33 |
.contain #control_panel.open {
|
34 |
+
right: 60%;
|
35 |
}
|
36 |
#top_bar {
|
37 |
height: 50px;
|