콘텐츠 상세 - 배너 광고 간격 수정
This commit is contained in:
parent
2449eb14d0
commit
d3c5a5bfb9
|
@ -124,14 +124,9 @@ struct ContentDetailView: View {
|
||||||
width: screenSize().width,
|
width: screenSize().width,
|
||||||
height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height
|
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(
|
ContentDetailOtherContentView(
|
||||||
title: "크리에이터의 다른 콘텐츠",
|
title: "크리에이터의 다른 콘텐츠",
|
||||||
items: audioContent.creatorOtherContentList,
|
items: audioContent.creatorOtherContentList,
|
||||||
|
|
Loading…
Reference in New Issue