Merge branch 'master' into feat/filter-graphql-fields

This commit is contained in:
Andrew Bastin 2020-10-03 13:10:22 -04:00 committed by GitHub
commit 1546727612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -761,6 +761,7 @@ section {
main {
padding: 0 8px 68px;
margin-bottom: env(safe-area-inset-bottom);
}
ul,

View file

@ -300,6 +300,7 @@ nav.secondary-nav {
@apply justify-between;
@apply bg-bgDarkColor;
@apply space-y-0;
padding-bottom: env(safe-area-inset-bottom);
a {
@apply bg-transparent;