Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Jan 10, 2025
1 parent aabe40a commit 00a0d28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export const styles = css`
align-items: center;
width: 100%;
margin-right: auto;
margin-left: auto;
margin-bottom: var(--size-2);
position: absolute;
transform: translateY(-32px);
outline: none;
@media (min-width: 576px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ export function ErrorOverlayLayout({
}: ErrorOverlayLayoutProps) {
return (
<Overlay fixed={isBuildError}>
<ErrorOverlayFloatingHeader
readyErrors={readyErrors}
activeIdx={activeIdx}
setActiveIndex={setActiveIndex}
versionInfo={versionInfo}
/>
<Dialog
type="error"
aria-labelledby="nextjs__container_errors_label"
aria-describedby="nextjs__container_errors_desc"
onClose={onClose}
>
<ErrorOverlayFloatingHeader
readyErrors={readyErrors}
activeIdx={activeIdx}
setActiveIndex={setActiveIndex}
versionInfo={versionInfo}
/>
<DialogContent>
<DialogHeader className="nextjs-container-errors-header">
<div
Expand Down

0 comments on commit 00a0d28

Please sign in to comment.