Skip to content

Commit

Permalink
modify: 누적 똑똑 현황 모바일 로딩 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JitHoon committed Jan 23, 2024
1 parent ab8597d commit eb4adb7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/Report/RightSection/TotalReport/index.loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const Container = styled.div`
${theme.response.tablet} {
width: 90%;
max-height: 250px;
max-height: 220px;
margin: 0;
padding: 20px 10px;
padding: 10px 10px;
overflow: hidden;
}
Expand All @@ -59,7 +59,10 @@ const Title = styled(BaseSkeleton)`
${theme.response.tablet} {
width: 30%;
margin-bottom: 15px;
border-radius: 7px;
padding-bottom: 5px;
}
`;

Expand All @@ -74,6 +77,8 @@ const ContentsWrapper = styled.div`
${theme.response.tablet} {
border-radius: 10px;
gap: 5px;
}
`;

Expand All @@ -88,7 +93,7 @@ const ContentsTop = styled(BaseSkeleton)`
${theme.response.tablet} {
width: 100%;
height: 65px;
height: 50px;
}
`;

Expand Down

0 comments on commit eb4adb7

Please sign in to comment.