diff --git a/src/components/UserVideo/index.module.scss b/src/components/UserVideo/index.module.scss index c08ae26..7d7f7ac 100644 --- a/src/components/UserVideo/index.module.scss +++ b/src/components/UserVideo/index.module.scss @@ -65,8 +65,8 @@ height: 0; .userVideoContentListItem { - height: 24%; - width: calc(100% / 3 - 8px); + height: 32%; + width: calc(100% / 4 - 8px); padding: 4px; .userVideoContentListItemVideo {