Skip to content

Commit

Permalink
Merge branch 'main' of github.com:collective/volto-hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jun 19, 2024
2 parents 47acdd7 + 33e8ada commit f6f9c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/volto-hydra/src/components/Iframe/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#iframeContainer {
position: relative;
width: 100%;
height: calc(100vh - 95px);
height: calc(100vh - 87px);
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -12,6 +12,7 @@
display: flex;
width: 50%;
margin: 10px auto;
justify-content: center;
}
.iframe-input-field {
flex: 1;
Expand All @@ -33,7 +34,7 @@
}

#previewIframe {
width: calc(100% - 32px);
width: 100%;
height: 100vh;
border: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const Login = (props) => {
</Grid.Column>
</Grid>
<Grid centered>
<Grid.Column width={4}>
<Grid.Column largeScreen={4} computer={4} tablet={6} mobile={16}>
<Form method="post" onSubmit={onLogin}>
<Segment.Group raised>
<Segment className="primary">
Expand Down

0 comments on commit f6f9c6e

Please sign in to comment.