-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix/final #36
Hotfix/final #36
Changes from 11 commits
45d7eee
72dc0b1
0bfe043
bd57e5f
57b6f63
d260c9f
ed3ebe8
c434407
d32025c
c4cf3b7
5c106b4
eb69b80
29653b6
4fdadc1
51d7fab
f885603
015be67
c6aee91
5dc8963
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,9 @@ export default function BottomFixedDiv({ | |
className, | ||
}: StrictPropsWithChildren<BottomFixedDivProps>) { | ||
return ( | ||
<div className={`fixed inset-x-0 bottom-20 mx-auto max-w-440 px-20 ${className}`}> | ||
<div | ||
className={`fixed inset-x-0 bottom-0 mx-auto max-w-440 bg-white px-20 pb-20 pt-10 ${className}`} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. μΉμΌλ‘ μ μνμ λ λ€λΉκ²μ΄μ λ°κ° μκΈ° λλ¬Έμ μ΄λ―Έ λ²νΌμ΄ μλ‘ μ¬λΌμ μλ μνμ λλ€. UXλ₯Ό λ ν€μΉλ λΆλΆμ΄λΌ μκ°ν΄, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. μ μλλλ€ μμΈν 보μλ©΄ bottom20 λμ bottom0 pb20μ μ μ©νμ΄μ! λ°ν λ²νΌ μλλ‘ ν¬λͺ νκ² λ€μ λ΄μ©λ€μ΄ 보μ΄λκ² λλ¬Έμ μμ νμ΄μγ γ μμΈνμ΄μ§ νμΈ λΆνλλ €μ... ν.. μ΄μ κ° μμ΄μ μμ νμ΅λλ€ π₯Ί There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. μν κ·Έλ κ΅°μ νμΈνμ΅λλ€ !! |
||
> | ||
{children} | ||
</div> | ||
); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Image
λ Nextjsμμ μ 곡νλ μ΅μ νλ νκ·Έμ λλ€.img
λ₯Ό μ¬μ©νλ μ΄μ κ° λ¬΄μμΈκ°μ ??There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μ λ Imageκ° μ΅μ ν νκ·ΈμΈκ±° μλλΉ..
λ€λ§ λ€νΈμνΉ νμ 보면 Image νκ·Έλ image?apiλ₯Ό μ¬μ©νκ³ img νκ·Έλ λ°λ‘ νμΌλͺ μΌλ‘ λ°μμ€λλΌκ΅¬μ! ν¬μ¦νΌλκ° μμ§ λ‘λ© λΆκΈ°μ²λ¦¬λ₯Ό μν΄μ μ΄λ―Έμ§ 보μ¬μ§λ μλκ° μ€μνλ€κ³ νλ¨λμ΄ imgνκ·Έλ₯Ό μ¬μ©νμ΅λλ€
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
κ·Έλ κ΅°μ. λ°ν νμ μ‘°κΈ λ λ Όμνλ©΄ μ’μ κ² κ°λ€μ
μκ² μ΅λλ€ -!