Giving a fixed sidebar with of 250px
This commit is contained in:
parent
6383d79ecf
commit
cfb2da8947
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
.octo-sidebar-list {
|
.octo-sidebar-list {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-width: 250px;
|
width: 250px;
|
||||||
|
|
||||||
>div {
|
>div {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|
Loading…
Reference in a new issue