Skip to content

Commit 7036414

Browse files
committed
- Increase sidebar width by 50px
1 parent cb0bd7a commit 7036414

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

app/styles/_manifest.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
@import "breadcrumbs";
1414
@import "nav";
1515
@import "icons";
16+
@import "scrollbar";
1617

1718
// Last
1819
@import "general";

app/styles/_nav.scss

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nav {
1111
// border-right: 1px solid #ccc;
1212

1313
height: 100vh;
14-
width: 250px;
14+
width: 300px;
1515
overflow-y: auto;
1616
position: fixed;
1717

@@ -49,13 +49,3 @@ nav {
4949
display: block;
5050
}
5151
}
52-
53-
54-
// Nicer sidebar scrollbars
55-
::-webkit-scrollbar {
56-
width: 6px;
57-
}
58-
::-webkit-scrollbar-thumb {
59-
background: #ddd;
60-
-webkit-border-radius: 3px;
61-
}

app/styles/_scrollbar.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Scrollbar
2+
::-webkit-scrollbar {
3+
width: 6px;
4+
height: 6px;
5+
}
6+
::-webkit-scrollbar-thumb {
7+
background: #ccc;
8+
-webkit-border-radius: 3px;
9+
}

0 commit comments

Comments
 (0)