Spaces:
Runtime error
Runtime error
viz
Browse files
error_analysis/utils/style_hacks.py
CHANGED
|
@@ -12,6 +12,10 @@ def init_style():
|
|
| 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;
|
|
@@ -24,6 +28,7 @@ def init_style():
|
|
| 24 |
padding-right: {padding_right}rem;
|
| 25 |
padding-left: -200px;
|
| 26 |
padding-bottom: {padding_bottom}rem;
|
|
|
|
| 27 |
}}
|
| 28 |
.reportview-container .main {{
|
| 29 |
color: {COLOR};
|
|
|
|
| 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: 500px;
|
| 17 |
+
margin-left: -500px;
|
| 18 |
+
}
|
| 19 |
.css-1outpf7 {
|
| 20 |
background-color:rgb(254 244 219);
|
| 21 |
width:10rem;
|
|
|
|
| 28 |
padding-right: {padding_right}rem;
|
| 29 |
padding-left: -200px;
|
| 30 |
padding-bottom: {padding_bottom}rem;
|
| 31 |
+
margin-left: -500px;
|
| 32 |
}}
|
| 33 |
.reportview-container .main {{
|
| 34 |
color: {COLOR};
|