X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fabstract-video-list.scss;h=3fdfcefa0f1223ddd7d021b06202375b9d3c5489;hb=d169c4ad46291b8895498da268800bec650b43f2;hp=0f0ff20f0bb3ccb97d80ec349cf96f4455bde15c;hpb=7193ad1044d2dfad8f929f0951f9a3601c056f67;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index 0f0ff20f0..3fdfcefa0 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -6,23 +6,29 @@ } } -@media screen and (max-width: 400px) and (min-resolution: 1.5dppx) { +@media screen and (max-width: 500px) { .videos { text-align: center; /deep/ .video-miniature { padding-right: 0; - height: 215px; + height: auto; width: 100%; + margin-bottom: 20px; .video-miniature-information { - width: 100%; + width: 100% !important; + + span { + width: 100%; + } } /deep/ .video-thumbnail { width: 100%; img { + height: auto; width: 100%; } }