Improve mobile sidebar styling, fixes #94
This commit is contained in:
parent
6b97d4d0be
commit
d2d1f744ca
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,6 @@
|
|||
flex: 1 1;
|
||||
flex-direction: column;
|
||||
padding-bottom: 40px;
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
@ -93,6 +92,7 @@
|
|||
flex-direction: column;
|
||||
width: 100%;
|
||||
padding: 14px 18px;
|
||||
box-sizing: border-box;
|
||||
|
||||
&__avatar {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue