diff --git a/src/components/UserVideo/index.module.scss b/src/components/UserVideo/index.module.scss index b1d7b15..c1d2f82 100644 --- a/src/components/UserVideo/index.module.scss +++ b/src/components/UserVideo/index.module.scss @@ -65,8 +65,8 @@ height: 0; .userVideoContentListItem { - height: 13%; - width: calc(100% / 3 - 8px); + height: calc(100% / 6 - 8px); + width: calc(100% / 2 - 8px); padding: 4px; .userVideoContentListItemVideo {