Nazneen Rajani commited on
Commit
826d04e
·
1 Parent(s): bb081d9

Update error_analysis/utils/style_hacks.py

Browse files
Files changed (1) hide show
  1. error_analysis/utils/style_hacks.py +11 -1
error_analysis/utils/style_hacks.py CHANGED
@@ -14,7 +14,17 @@ def init_style():
14
  width:10rem;
15
  padding:10px 10px 10px 10px;
16
  }
17
-
 
 
 
 
 
 
 
 
 
 
18
  /* Main Panel*/
19
  .css-18e3th9 {
20
  padding:10px 10px 10px -200px;
 
14
  width:10rem;
15
  padding:10px 10px 10px 10px;
16
  }
17
+ [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
18
+ width: 150px;
19
+ margin-left: -500px;
20
+ }
21
+ [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
22
+ width: 150px;
23
+ margin-left: -500px;
24
+ }
25
+ [data-testid="stSidebar"]{
26
+ flex-basis: unset;
27
+ }
28
  /* Main Panel*/
29
  .css-18e3th9 {
30
  padding:10px 10px 10px -200px;