Compare commits
2 Commits
ae8ba8cbe2
...
39010986d2
| Author | SHA1 | Date |
|---|---|---|
|
|
39010986d2 | |
|
|
d30b6ed762 |
|
|
@ -65,8 +65,8 @@
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
||||||
.userVideoContentListItem {
|
.userVideoContentListItem {
|
||||||
height: 13%;
|
height: calc(100% / 6 - 8px);
|
||||||
width: calc(100% / 3 - 8px);
|
width: calc(100% / 2 - 8px);
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
||||||
.userVideoContentListItemVideo {
|
.userVideoContentListItemVideo {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue