[PlayerPanel] 세로형 라이브방송 라이브채널 css

This commit is contained in:
고동영
2024-06-14 18:29:09 +09:00
parent e7a634514a
commit c994b90d5c
3 changed files with 26 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ export default function LiveChannelContents({
liveInfos,
selectedIndex,
setSelectedIndex,
videoVerticalVisible,
tabIndex,
handleItemFocus,
}) {
@@ -62,6 +63,7 @@ export default function LiveChannelContents({
imageAlt={prdtId}
logo={patncLogoPath}
imageSource={thumbnailUrl ? thumbnailUrl : dfltThumbnailImgPath}
videoVerticalVisible={videoVerticalVisible}
productName={showNm}
patnerName={patncNm}
onClick={handleItemClick}
@@ -83,10 +85,9 @@ export default function LiveChannelContents({
dataSize={liveInfos.length}
direction="vertical"
renderItem={renderItem}
itemWidth={600}
itemWidth={videoVerticalVisible ? 540 : 600}
itemHeight={236}
spacing={12}
className={css.itemList}
noScrollByWheel={false}
/>
) : (