Fixing sidebar header collapse button
This commit is contained in:
parent
ae5d7f788d
commit
b6df0a272f
1 changed files with 10 additions and 0 deletions
|
@ -30,6 +30,15 @@
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.IconButton {
|
||||||
|
padding: 0;
|
||||||
|
.Icon {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.octo-sidebar-list {
|
.octo-sidebar-list {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@ -112,5 +121,6 @@
|
||||||
|
|
||||||
.Button {
|
.Button {
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue