Skip to content

Commit

Permalink
Merge pull request #113 from EFUB4-Jukebox/dev
Browse files Browse the repository at this point in the history
main 브랜치로 merge
  • Loading branch information
Ravende authored Aug 21, 2024
2 parents 98d1335 + 7e9be8e commit 4f4efd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/IntroducePage/Stats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ const MostListenGenreWrapper = styled.div`
gap: 49px;
width: 600px;
opacity: 0;
white-space: nowrap;
min-width: 600px;
transform: translateY(50%);
transition:
opacity 1.5s ease-in-out,
Expand All @@ -510,6 +513,8 @@ const MostListenGenreWrapper2 = styled.div`
gap: 49px;
width: 600px;
opacity: 0;
white-space: nowrap;
min-width: 600px;
transition: opacity 1.5s ease-in-out;
&.in-view {
Expand Down
1 change: 1 addition & 0 deletions src/components/common/Modal/ReportModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ const ReportText = styled.textarea`
background: var(--offwhite, #efefef);
color: var(--light_black, #232323);
font-size: 16px;
font-family: Pretendard;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
Expand Down

0 comments on commit 4f4efd1

Please sign in to comment.