Skip to content

Commit

Permalink
modal widths
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Apr 21, 2024
1 parent 7e1b3d2 commit 68ef925
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/canvas/widget/Embed.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const Wrapper = styled.div`
margin: 0 auto;
max-width: 400px;
font-size: 1rem;
h3 {
Expand Down
1 change: 1 addition & 0 deletions apps/canvas/widget/hyperfile/create.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const Wrapper = styled.div`
margin: 0 auto;
max-width: 400px;
`;

const TabContent = styled.div`
Expand Down
4 changes: 2 additions & 2 deletions apps/canvas/widget/tldraw/ShareZone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const ModalBackdrop = styled.div`

const ModalBox = styled.div`
background: white;
max-width: 60%;
width: 100%;
min-width: 400px;
max-width: 600px;
padding: 20px;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
Expand Down

0 comments on commit 68ef925

Please sign in to comment.