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=52797bc6cf2e1261fe96842aae47038de8a8e78a;hpb=fada8d75550dc7365f7e18ee1569b9406251d660;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 52797bc6c..3fdfcefa0 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -5,3 +5,33 @@ text-align: left; } } + +@media screen and (max-width: 500px) { + .videos { + text-align: center; + + /deep/ .video-miniature { + padding-right: 0; + height: auto; + width: 100%; + margin-bottom: 20px; + + .video-miniature-information { + width: 100% !important; + + span { + width: 100%; + } + } + + /deep/ .video-thumbnail { + width: 100%; + + img { + height: auto; + width: 100%; + } + } + } + } +}