Adds spacing to the story list
This commit is contained in:
parent
364d690cf3
commit
a9c788b689
2 changed files with 2 additions and 1 deletions
|
@ -97,6 +97,7 @@
|
||||||
@include scrollbar;
|
@include scrollbar;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
|
padding: 0 10px;
|
||||||
|
|
||||||
&--empty {
|
&--empty {
|
||||||
@include font-body-1;
|
@include font-body-1;
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 20px;
|
|
||||||
height: 96px;
|
height: 96px;
|
||||||
|
padding: 0 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@include keyboard-mode {
|
@include keyboard-mode {
|
||||||
|
|
Loading…
Add table
Reference in a new issue