Spaces:
Sleeping
Sleeping
Update ui/styles.css
Browse files- ui/styles.css +12 -2
ui/styles.css
CHANGED
|
@@ -1,14 +1,24 @@
|
|
| 1 |
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
#control_panel {
|
| 5 |
-
background-color:
|
| 6 |
padding: 1em !important;
|
| 7 |
margin: 1em !important;
|
| 8 |
}
|
| 9 |
|
| 10 |
#main_panel, .html-container {
|
| 11 |
-
background-color:
|
| 12 |
|
| 13 |
|
| 14 |
}
|
|
|
|
| 1 |
|
| 2 |
|
| 3 |
+
.gradio-container,
|
| 4 |
+
.gradio-container .app,
|
| 5 |
+
.gradio-container .wrap,
|
| 6 |
+
.gradio-container .contain,
|
| 7 |
+
.block,
|
| 8 |
+
.gr-group,
|
| 9 |
+
.html-container,
|
| 10 |
+
.prose {
|
| 11 |
+
background: transparent !important;
|
| 12 |
+
}
|
| 13 |
|
| 14 |
#control_panel {
|
| 15 |
+
background-color: transparent !important; */
|
| 16 |
padding: 1em !important;
|
| 17 |
margin: 1em !important;
|
| 18 |
}
|
| 19 |
|
| 20 |
#main_panel, .html-container {
|
| 21 |
+
background-color: transparent !important; */
|
| 22 |
|
| 23 |
|
| 24 |
}
|