Skip to content

Commit

Permalink
✨ 캐러셀 UI 및 간격 조정 (#78)
Browse files Browse the repository at this point in the history
* feat: 캐러셀 컨트롤 스타일 수정
* feat: 피드 푸터 간격 수정
* feat: 게시물 이미지 간격 수정
  • Loading branch information
BangDori authored May 25, 2024
1 parent f533a73 commit 9c01160
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/widgets/feed-carousel/ui/Carousel.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.carousel-container {
overflow-x: unset;
margin-top: 16px;

.carousel {
overflow: unset;
Expand Down Expand Up @@ -27,16 +28,15 @@
justify-content: center;
gap: 4px;

margin: 0;
bottom: -10px;
margin-bottom: 16px;

.dot {
width: 4px;
height: 4px;

margin: 0;

background-color: $gray3;
background-color: #ffffff66;
box-shadow: unset;

opacity: 1;
Expand Down
6 changes: 2 additions & 4 deletions src/widgets/feed-main-list/ui/Feed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,21 @@

.feed-text {
padding: 0 20px;
margin-bottom: 16px;

color: $gray6;
}
}

.feed-footer {
margin-top: 8px;
padding: 0 15px 3px 15px;
padding: 0 15px 0 20px;

display: flex;
justify-content: space-between;
align-items: center;

.footer-left {
display: flex;
gap: 12px;
gap: 9px;

.footer-count {
display: flex;
Expand Down
4 changes: 4 additions & 0 deletions src/widgets/profile-feed-list/ui/ProfileFeedList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
border-radius: 10px;
padding: 20px 1px;
}

.feed-footer {
padding: 0 15px !important;
}
}

0 comments on commit 9c01160

Please sign in to comment.