Compare commits

..

No commits in common. "39010986d254b5b45fe9de615d0a6e4b016ac2fe" and "ae8ba8cbe23bf550b2a3cb4866de89ec0f1a6bad" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@
height: 0; height: 0;
.userVideoContentListItem { .userVideoContentListItem {
height: calc(100% / 6 - 8px); height: 13%;
width: calc(100% / 2 - 8px); width: calc(100% / 3 - 8px);
padding: 4px; padding: 4px;
.userVideoContentListItemVideo { .userVideoContentListItemVideo {