Skip to content

Commit 26bbc4e

Browse files
committed
INT-831 fixing collection filter, reduced space
and moved sidebar style where it belongs, to `./src/sidebar/index.less`.
1 parent 526e305 commit 26bbc4e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
@import "./src/sampling-message/index.less";
1414
@import "./src/statusbar/index.less";
1515
@import "./src/tour/index.less";
16+
@import "./src/sidebar/index.less";
1617

1718
#intercom-launcher {
1819
height: 0px !important;

styles/sidebar.less renamed to src/sidebar/index.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
color: @gray5;
5757
}
5858
.list-group {
59-
line-height: 24px;
59+
margin-bottom: 10px;
60+
// line-height: 24px;
6061
overflow-y: auto;
6162
width: 100%;
6263
z-index: -1;
@@ -132,7 +133,7 @@
132133

133134
i {
134135
color: lighten(@text-color, 40%);
135-
line-height: 24px;
136+
// line-height: 24px;
136137
}
137138

138139
&.active {

styles/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
@octicons-font-path: "fonts";
1010
@fa-font-path: "fonts";
1111

12+
@sidebar-width: 220px;
13+
1214
// Tweaks to bootstrap
1315
@import "./10strap.less";
1416
@import "./grid-xl.less";
1517
@import "./message-background.less";
16-
@import "./sidebar.less";
1718

1819
html, body {
1920
height: 100%;

0 commit comments

Comments
 (0)