Skip to content

Commit

Permalink
Merge pull request #354 from JayJayleee/hotfix/#329-bug-fix
Browse files Browse the repository at this point in the history
ํ—ค๋” ๊ณ ์ •์— ๋”ฐ๋ฅธ ์Šคํƒ€์ผ ์ถ”๊ฐ€
  • Loading branch information
JayJayleee committed May 30, 2024
2 parents 0ce2638 + e4a9b44 commit 2391902
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 29 deletions.
8 changes: 5 additions & 3 deletions src/asset/sass/etc/header/titleHeader.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
img.back {
margin-right: 30%;
margin-top: 0.8%;
img.back-pointer {
height: 2rem;
margin-right: 20rem;
cursor: pointer;

}

span.page-title {
Expand Down
3 changes: 2 additions & 1 deletion src/asset/sass/etc/tabBar/tabBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ nav > div {

.icon {
font-size: 1.3rem;
margin-top: 10%;
margin: 10% 0;

}

.text {
Expand Down
2 changes: 1 addition & 1 deletion src/asset/sass/pages/myPage/feedbackPage.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.feedback-container {
width: 80%;
height: auto;
margin: 20% 10%;
margin: 30% 10%;
}
.feedback-title-wrapper {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/asset/sass/pages/myPage/infoEditPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 4rem;
margin-top: 6rem;
}

.modify-nick {
Expand Down
2 changes: 1 addition & 1 deletion src/asset/sass/pages/myPage/myPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.title {
font-size: 3.5rem;
margin: 10% 0 8% 12%;
margin: 25% 0 8% 12%;
letter-spacing: -1px;
font-family: pretendard-bold;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/asset/sass/pages/myPage/noticePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.notice-wrapper {
margin-top: 3rem;
margin-top: 15rem;
max-height: 70vh;
overflow-y: scroll;
scrollbar-width: none;
Expand Down
6 changes: 3 additions & 3 deletions src/asset/sass/pages/myPage/secessionPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.user-nickname-container {
margin: 10% 15% 10% 15%;
margin: 25% 15% 10% 15%;
}
.user-nickname {
font-size: 3.5rem;
Expand Down Expand Up @@ -59,7 +59,7 @@ button.secession-cancel-btn {
letter-spacing: -1px;
font-family: Pretendard-Bold;
cursor: pointer;
margin-top: 20px;
margin-top: 5px;
margin-right: 3%;
}

Expand All @@ -76,7 +76,7 @@ button.secession-cancel-btn {
color: white;
border: none;
cursor: pointer;
margin-top: 20px;
margin-top: 5px;

&:hover {
background-color: #ff8d1d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
display: flex;
gap: 5px;
margin-top: 12%;
margin-left: 10%;
margin-left: 11%;
}

.no-read-count {
Expand Down
1 change: 1 addition & 0 deletions src/asset/sass/pages/postPage/questionDetailPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@

.job-info {
margin-left: 5%;
margin-top: 3%;
letter-spacing: -1.5px;
font-family: pretendard-semibold;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions src/asset/sass/pages/postPage/questionWritePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
.question-input {
color: #000000;
height: 270px;
width: 520px;
width: 480px;
margin: 0% 0% -0.7% 1%;
font-family: 'Pretendard-Regular';
font-size: 1.5rem;
Expand Down Expand Up @@ -125,7 +125,7 @@ select {
// width: 100%;
height: 48px;
left: 9rem;
margin: 4% 0;
margin: 6% 0;
span {
width: 100%;
font-weight: 900;
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/notificationPage/notificationPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function NotificationPage() {
return (
<StyledPage className="main-page-container">
<StyledHeader>
<TitleHeader pageTitle="์•Œ๋ฆผ" handleGoBack={handleGoBack} />
<TitleHeader pageTitle="์•Œ๋ฆผ ํŽ˜์ด์ง€" handleGoBack={handleGoBack} />
{/* <button onClick={() => initializeSSE(queryClient, dispatch)}>
initializeSSE
</button> */}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/contactSlider/contactSlider.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.slider-container {
width: 100%;
margin: 0 auto;
margin: 15rem auto;
height: 100%;
}

Expand Down
3 changes: 1 addition & 2 deletions src/components/ui/header/titleHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ function TitleHeader({ pageTitle, handleGoBack }: TitleHeaderProps) {
return (
<Heading>
<img
className="back"
className="back-pointer"
src={Back}
onClick={handleGoBack}
alt="๋’ค๋กœ ๊ฐ€๊ธฐ"
style={{ cursor: 'pointer', marginBottom: '5px' }}
/>
<span className="page-title">{pageTitle}</span>
</Heading>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/searchInput/searchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const StyledSearchInput = styled.input`
border: 2px solid #ffbd7c;
background-color: #fff;
border-radius: 3rem;
margin: 9% 0% 0% 12.5%;
margin:13% 0% 0% 12.5%;
outline: none;
&:focus {
Expand Down
6 changes: 3 additions & 3 deletions src/components/ui/tabBar/tabBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const TabBar = () => {
>
<div className={activeNav === 2 ? 'nav-item tab-active' : 'nav-item'}>
<img src={user} alt="user" className="icon" />
<div className="text">๋งˆ์ดํŽ˜์ด์ง€</div>
{/* <div className="text">๋งˆ์ดํŽ˜์ด์ง€</div> */}
</div>
</Link>
</div>
Expand All @@ -53,7 +53,7 @@ const TabBar = () => {
<Link to="/" className="nav-link" onClick={() => setActiveNav(1)}>
<div className={activeNav === 1 ? 'nav-item tab-active' : 'nav-item'}>
<img src={home} alt="home" className="icon" />
<div className="text">ํ™ˆ</div>
{/* <div className="text">ํ™ˆ</div> */}
</div>
</Link>
</div>
Expand All @@ -69,7 +69,7 @@ const TabBar = () => {
<img src={newAlert} alt="new alert" className="icon-overlay" />
)}
<img src={alert} alt="alert" className="icon" />
<div className="text">์•Œ๋ฆผ</div>
{/* <div className="text">์•Œ๋ฆผ</div> */}
</div>
</Link>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/components/ui/tabBar/tabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const TabBar = () => {
>
<div className={activeNav === 2 ? 'nav-item tab-active' : 'nav-item'}>
<img src={user} alt="user" className="icon" />
<div className="text">๋งˆ์ดํŽ˜์ด์ง€</div>
{/* <div className="text">๋งˆ์ดํŽ˜์ด์ง€</div> */}
</div>
</Link>
</div>
Expand All @@ -64,7 +64,7 @@ const TabBar = () => {
<Link to="/" className="nav-link" onClick={() => setActiveNav(1)}>
<div className={activeNav === 1 ? 'nav-item tab-active' : 'nav-item'}>
<img src={home} alt="user" className="icon" />{' '}
<div className="text">ํ™ˆ</div>
{/* <div className="text">ํ™ˆ</div> */}
</div>
</Link>
</div>
Expand All @@ -80,7 +80,7 @@ const TabBar = () => {
<img src={newAlert} alt="new alert" className="icon-overlay" />
)}
<img src={alert} alt="user" className="icon" />
<div className="text">์•Œ๋ฆผ</div>
{/* <div className="text">์•Œ๋ฆผ</div> */}
</div>
</Link>
</div>
Expand Down
12 changes: 10 additions & 2 deletions src/styledComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,24 @@ export const StyledPage = styled.div`
padding: 0.5%;
overflow: auto;
`;

export const Heading = styled.div`
display: flex;
position: fixed;
width:68rem;
height:17rem;
top:0;
justify-content: center;
align-items:center;
font-size: 1rem;
margin-top: 7%;
margin-left:1rem;
padding-right:21rem;
letter-spacing: -1px;
font-weight: 600;
background-color:white;
z-index:55;
`;


export const StyledHeader = styled.div`
position: relative;
display: block;
Expand Down
12 changes: 10 additions & 2 deletions src/styledComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,22 @@ export const StyledPage = styled.div`

export const Heading = styled.div`
display: flex;
position: relative;
position: fixed;
width:68rem;
height:17rem;
top:0;
justify-content: center;
align-items:center;
font-size: 1rem;
margin-top: 7%;
margin-left:1rem;
padding-right:21rem;
letter-spacing: -1px;
font-weight: 600;
background-color:white;
z-index:55;
`;


export const StyledHeader = styled.div`
position: relative;
display: block;
Expand Down

0 comments on commit 2391902

Please sign in to comment.