File tree 1 file changed +0
-10
lines changed 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
1
.sidebar {
2
2
display : flex;
3
3
flex-direction : column;
4
-
5
4
width : 100% ;
6
5
}
7
6
35
34
.sidebar {
36
35
flex-direction : row;
37
36
flex-wrap : wrap;
38
-
39
37
padding : 2rem 0 ;
40
38
}
41
39
54
52
position : sticky;
55
53
top : 0 ;
56
54
bottom : 0 ;
57
-
58
55
flex-direction : column;
59
56
flex-wrap : nowrap;
60
57
align-self : flex-start;
61
-
62
58
width : 230px ;
63
59
height : 100vh ;
64
60
padding : 0 1rem ;
65
-
66
61
overflow-y : auto;
67
62
line-height : 1.25 ;
68
63
border-right : 1px solid # e5e5e5 ;
69
64
}
70
65
71
66
.sidebar-col {
72
67
flex-shrink : 0 ;
73
-
74
68
width : 100% ;
75
69
padding : 0 ;
76
70
}
97
91
.sidebar-menu {
98
92
padding : 0 ;
99
93
margin : 0.5em 0 0 ;
100
-
101
94
list-style : none;
102
-
103
95
font-size : 0.7rem ;
104
96
}
105
97
106
98
.sidebar-menu li {
107
99
margin : 0 ;
108
-
109
100
line-height : 1.45 ;
110
101
}
111
102
112
103
.sidebar-menu a {
113
104
display : block;
114
-
115
105
padding : 0.25em 0 ;
116
106
}
117
107
}
You can’t perform that action at this time.
0 commit comments