Skip to content

Commit

Permalink
Increased overlay size
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Jan 29, 2019
1 parent da4b80f commit e17ed6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/AddOn/PublishOverlay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const PublishOverlay = ({
shareStory,
changeHost,
hostId,
close,
show
}) => {
const publishDateObj = new Date(publishDate * 1000)
Expand Down Expand Up @@ -62,6 +61,7 @@ const PublishOverlay = ({
show={show}
close={savePublishDate}
width="550px"
height="400px"
title={`Publish story: ${title}`}>
<div className="card mb-4 border-primary">
<div className="card-body">
Expand All @@ -86,7 +86,7 @@ const PublishOverlay = ({
</div>
</div>
{shareStoryForm}
<div>{closeButton}</div>
<div style={{position: 'absolute', bottom: 5, right: 5}}>{closeButton}</div>
</Overlay>
)
}
Expand Down

0 comments on commit e17ed6e

Please sign in to comment.