Skip to content

Commit

Permalink
Small styling tweaks to LightBox
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-soft committed Jul 19, 2019
1 parent 704c371 commit 7ac3255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/Lightbox/components/HeaderBar/index.js
Expand Up @@ -98,14 +98,13 @@ const RightSideContainer = styled.div`
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 20px;
`;

const CloseButton = styled(ButtonControl)`
height: 100%;
display: flex;
border-left-style: solid;
border-left-width: 2px;
border-left-width: 3px;
border-left-color: ${({ theme }) => theme.headerNavFontColor};
color: inherit;
`;
Expand All @@ -114,7 +113,7 @@ const LeftSideDescriptionContainer = styled.div`
display: flex;
flex-direction: column;
justify-content: center;
border-left-width: 2px;
border-left-width: 3px;
border-left-color: ${({ theme }) => theme.pageContentLinkHoverColor};
border-left-style: solid;
padding: 8px 0 8px 10px;
Expand Down
Expand Up @@ -188,6 +188,7 @@ export default ImagePager;

const Image = styled.img`
width: auto;
max-width: 100%;
/* height: 100%; */
/* Max height is screen height minus double header height */
max-height: calc(100% - 90px);
Expand Down

1 comment on commit 7ac3255

@vercel
Copy link

@vercel vercel bot commented on 7ac3255 Jul 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.