콘텐츠 상세 - 배너 광고 간격 수정

This commit is contained in:
Yu Sung 2023-09-16 01:41:21 +09:00
parent 2449eb14d0
commit d3c5a5bfb9
1 changed files with 1 additions and 6 deletions

View File

@ -124,14 +124,9 @@ struct ContentDetailView: View {
width: screenSize().width,
height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height
)
.padding(.top, 13.3)
.padding(.top, 26.7)
}
Rectangle()
.foregroundColor(Color(hex: "232323"))
.frame(height: 6.7)
.padding(.top, 24)
ContentDetailOtherContentView(
title: "크리에이터의 다른 콘텐츠",
items: audioContent.creatorOtherContentList,