[Design] Mobile ver. - ErrorPage 구현 #388
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue : Closes #378
🧑🎤 Summary
🧑🎤 Screenshot
🧑🎤 Comment
단순 작업이라 크게 어려움은 없었어요
header를 sticky에서 fixed로 변경하면서 padding을 80 추가 해준 덕분에
에러 페이지에서 헤더가 있는지 없는지에 따라 조건부로 height을 계산할 필요가 없어졌어요
헤더 있든 없든 padding 80은 항상 존재하니까요
다만 기존에는 74로 설정이 되어있었기에 이를 다 80으로 수정했어요
no more page는 제가 만든 페이지라 디자인이 없어요 😅
해당 페이지 만들 때 error page를 참고하여 만든 거기 때문에 에러 페이지와 동일하게 적용해줬어요