Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Change preview pane styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilman Frick committed Dec 13, 2017
1 parent 5411166 commit 8bf57bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/app.tsx
Expand Up @@ -39,8 +39,8 @@ const ProjectPane = styledComponents.div`
const PreviewPane = styledComponents.div`
flex: 2 0 0px;
background-color: #ffffff;
border-radius: 10px 10px 0 0;
box-shadow: 0 2px 10px 0 rgba(0,0,0,.13);
border-radius: 6px 6px 0 0;
box-shadow: 0 3px 9px 0 rgba(0,0,0,.15);
overflow: hidden;
`;

Expand Down

0 comments on commit 8bf57bd

Please sign in to comment.