Spaces:
Runtime error
Runtime error
viz
Browse files
error_analysis/utils/style_hacks.py
CHANGED
|
@@ -12,18 +12,14 @@ def init_style():
|
|
| 12 |
[data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
|
| 13 |
width: 225px;
|
| 14 |
}
|
| 15 |
-
[data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
|
| 16 |
-
width: 200px;
|
| 17 |
-
margin-left: -500px;
|
| 18 |
-
}
|
| 19 |
.css-1outpf7 {
|
| 20 |
background-color:rgb(254 244 219);
|
| 21 |
width:10rem;
|
| 22 |
-
padding:
|
| 23 |
}
|
| 24 |
/* Main Panel*/
|
| 25 |
.reportview-container .css-1lcbmhc .css-1outpf7 {
|
| 26 |
-
padding-top:
|
| 27 |
}
|
| 28 |
.css-18e3th9 {
|
| 29 |
padding:10px 10px 10px 10px;
|
|
|
|
| 12 |
[data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
|
| 13 |
width: 225px;
|
| 14 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
.css-1outpf7 {
|
| 16 |
background-color:rgb(254 244 219);
|
| 17 |
width:10rem;
|
| 18 |
+
padding:10px 10px 10px 10px;
|
| 19 |
}
|
| 20 |
/* Main Panel*/
|
| 21 |
.reportview-container .css-1lcbmhc .css-1outpf7 {
|
| 22 |
+
padding-top: 15px;
|
| 23 |
}
|
| 24 |
.css-18e3th9 {
|
| 25 |
padding:10px 10px 10px 10px;
|