Adds spacing to the story list

This commit is contained in:
Josh Perez 2022-05-03 15:08:36 -04:00 committed by GitHub
parent 364d690cf3
commit a9c788b689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,7 @@
@include scrollbar;
flex: 1;
overflow-y: overlay;
padding: 0 10px;
&--empty {
@include font-body-1;

View File

@ -6,8 +6,8 @@
align-items: center;
border-radius: 10px;
display: flex;
padding: 0 20px;
height: 96px;
padding: 0 10px;
width: 100%;
@include keyboard-mode {