File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
@import " ./src/sampling-message/index.less" ;
14
14
@import " ./src/statusbar/index.less" ;
15
15
@import " ./src/tour/index.less" ;
16
+ @import " ./src/sidebar/index.less" ;
16
17
17
18
#intercom-launcher {
18
19
height : 0px !important ;
Original file line number Diff line number Diff line change 56
56
color : @gray5 ;
57
57
}
58
58
.list-group {
59
- line-height : 24px ;
59
+ margin-bottom : 10px ;
60
+ // line-height: 24px;
60
61
overflow-y : auto ;
61
62
width : 100% ;
62
63
z-index : -1 ;
132
133
133
134
i {
134
135
color : lighten (@text-color , 40% );
135
- line-height : 24px ;
136
+ // line-height: 24px;
136
137
}
137
138
138
139
& .active {
Original file line number Diff line number Diff line change 9
9
@octicons-font-path : " fonts" ;
10
10
@fa-font-path : " fonts" ;
11
11
12
+ @sidebar-width : 220px ;
13
+
12
14
// Tweaks to bootstrap
13
15
@import " ./10strap.less" ;
14
16
@import " ./grid-xl.less" ;
15
17
@import " ./message-background.less" ;
16
- @import " ./sidebar.less" ;
17
18
18
19
html , body {
19
20
height : 100% ;
You can’t perform that action at this time.
0 commit comments