From a9c788b689fb0f5d1affea162c924f5c463583fc Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Tue, 3 May 2022 15:08:36 -0400 Subject: [PATCH] Adds spacing to the story list --- stylesheets/components/Stories.scss | 1 + stylesheets/components/StoryListItem.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/components/Stories.scss b/stylesheets/components/Stories.scss index fa0aae3d48..e250b6f06f 100644 --- a/stylesheets/components/Stories.scss +++ b/stylesheets/components/Stories.scss @@ -97,6 +97,7 @@ @include scrollbar; flex: 1; overflow-y: overlay; + padding: 0 10px; &--empty { @include font-body-1; diff --git a/stylesheets/components/StoryListItem.scss b/stylesheets/components/StoryListItem.scss index 8ab16e23c6..049d3892ca 100644 --- a/stylesheets/components/StoryListItem.scss +++ b/stylesheets/components/StoryListItem.scss @@ -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 {