Spaces:
Running
Running
freemt
commited on
Commit
·
e2279fc
1
Parent(s):
2d26d33
Update multipage tweak -- width: 250/274px padding: 4/2rem
Browse files- mlbee/multipage.py +2 -2
mlbee/multipage.py
CHANGED
@@ -36,8 +36,8 @@ class Multipage:
|
|
36 |
section[data-testid="stSidebar"] > div:first-of-type {
|
37 |
background-color: var(--secondary-background-color);
|
38 |
background: var(--secondary-background-color);
|
39 |
-
width:
|
40 |
-
padding:
|
41 |
box-shadow: -2rem 0px 2rem 2rem rgba(0,0,0,0.16);
|
42 |
}
|
43 |
section[aria-expanded="true"] > div:nth-of-type(2) {
|
|
|
36 |
section[data-testid="stSidebar"] > div:first-of-type {
|
37 |
background-color: var(--secondary-background-color);
|
38 |
background: var(--secondary-background-color);
|
39 |
+
width: 274px;
|
40 |
+
padding: 2rem 0;
|
41 |
box-shadow: -2rem 0px 2rem 2rem rgba(0,0,0,0.16);
|
42 |
}
|
43 |
section[aria-expanded="true"] > div:nth-of-type(2) {
|