Skip to content

Commit

Permalink
Fix: qa (#84)
Browse files Browse the repository at this point in the history
* fix: detail 페이지 뒤로가기 버튼 핸들링

* fix: 토글 닫기 구현

* fix: 아이콘, 텍스트 가운데정렬

* fix: 토글 css 수정

* fix: 가이드 x 버튼 위치 변경

* refactor: 인기 검색어 목록 수정

* feat: 기본 썸네일 추가

* fix: 상세페이지 그라데이션 수정

* fix: 생년월일 항목 삭제

* refactor: 지역명 ㄱㄴㄷ순 정렬

* fix: warning 해결

* fix: 스크롤 범위 추가

* fix: 토스트 메시지 가운데 정렬

* refactor: 지역명 ㄱㄴㄷ순 추가 정렬

* refactor: 코드 개선

* fix: 빌드 오류 수정

---------

Co-authored-by: Doyun Lee <[email protected]>
  • Loading branch information
aazkgh and doyn511 authored Oct 10, 2024
1 parent fdf9fbe commit b5a202a
Show file tree
Hide file tree
Showing 11 changed files with 303 additions and 299 deletions.
Binary file modified src/assets/image/img_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/ToastMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ const fadeout = keyframes`
const rootContainer = css`
position: fixed;
bottom: 7.5rem;
left: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
padding: 0 2rem;
Expand Down
Loading

0 comments on commit b5a202a

Please sign in to comment.