diff --git a/lib/ReactViews/Story/Story.tsx b/lib/ReactViews/Story/Story.tsx
index 883490f6bc..530f5bd100 100644
--- a/lib/ReactViews/Story/Story.tsx
+++ b/lib/ReactViews/Story/Story.tsx
@@ -278,7 +278,13 @@ const Story = (props: Props) => {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
`}
>
-
+
{
>
{props.index + 1}
-
+
{story.title && story.title.length > 0
? story.title
: t("story.untitledScene")}
@@ -320,7 +333,14 @@ const Story = (props: Props) => {
{bodyText.length > 0 && (
-
+
{bodyText}
diff --git a/lib/ReactViews/Story/StoryPanel/StoryPanel.tsx b/lib/ReactViews/Story/StoryPanel/StoryPanel.tsx
index 0776fb47c2..08e6607aa7 100644
--- a/lib/ReactViews/Story/StoryPanel/StoryPanel.tsx
+++ b/lib/ReactViews/Story/StoryPanel/StoryPanel.tsx
@@ -254,7 +254,7 @@ class StoryPanel extends React.Component {
ref={this.slideRef as React.RefObject}
css={`
@media (min-width: 992px) {
- max-width: 60vw;
+ max-width: 36vw;
}
border-radius: 6px;
overflow: hidden;