Spaces:
Running
Running
Update style/sidebar_style.css
Browse files- style/sidebar_style.css +4 -4
style/sidebar_style.css
CHANGED
@@ -12,8 +12,8 @@ section[data-testid='stSidebar'] {
|
|
12 |
|
13 |
section[data-testid='stSidebar'] {
|
14 |
height: 100%;
|
15 |
-
min-width:
|
16 |
-
width:
|
17 |
margin-left: 300px;
|
18 |
position: relative;
|
19 |
z-index: 1;
|
@@ -49,8 +49,8 @@ section[data-testid='stSidebar'] {
|
|
49 |
|
50 |
section[data-testid='stSidebar'] {
|
51 |
height: 100%;
|
52 |
-
min-width:
|
53 |
-
width:
|
54 |
transform:translateX(0px);
|
55 |
position: relative;
|
56 |
z-index: 1;
|
|
|
12 |
|
13 |
section[data-testid='stSidebar'] {
|
14 |
height: 100%;
|
15 |
+
min-width:165px !important;
|
16 |
+
width: 165px !important;
|
17 |
margin-left: 300px;
|
18 |
position: relative;
|
19 |
z-index: 1;
|
|
|
49 |
|
50 |
section[data-testid='stSidebar'] {
|
51 |
height: 100%;
|
52 |
+
min-width:165px !important;
|
53 |
+
width: 165px !important;
|
54 |
transform:translateX(0px);
|
55 |
position: relative;
|
56 |
z-index: 1;
|