Update gradio_sidebar.py
Browse files- gradio_sidebar.py +2 -2
gradio_sidebar.py
CHANGED
@@ -21,7 +21,7 @@ head="""
|
|
21 |
</script>
|
22 |
"""
|
23 |
css="""
|
24 |
-
.contain #control_panel {
|
25 |
position: fixed;
|
26 |
right: 100%;
|
27 |
z-index: 9999;
|
@@ -30,7 +30,7 @@ css="""
|
|
30 |
box-shadow: 0 0 12px 0px black;
|
31 |
transition: right 0.5s ease;
|
32 |
}
|
33 |
-
.contain #control_panel.open {
|
34 |
right: 60%;
|
35 |
}
|
36 |
#top_bar {
|
|
|
21 |
</script>
|
22 |
"""
|
23 |
css="""
|
24 |
+
.contain #gs.control_panel {
|
25 |
position: fixed;
|
26 |
right: 100%;
|
27 |
z-index: 9999;
|
|
|
30 |
box-shadow: 0 0 12px 0px black;
|
31 |
transition: right 0.5s ease;
|
32 |
}
|
33 |
+
.contain #gs.control_panel.open {
|
34 |
right: 60%;
|
35 |
}
|
36 |
#top_bar {
|