X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fsearch%2Fsearch.component.scss;h=ef89c56661fc7a31c2acd7e205ef07977b000f37;hb=0933bb4a8a105d5393a3590e222cb0450102a8aa;hp=330eef9d8ee7eb48c35c36259b7af3a6e8c35f2d;hpb=6e930af9f8f3a3b95c4693600ff8558bca3173ad;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/search/search.component.scss b/client/src/app/search/search.component.scss index 330eef9d8..ef89c5666 100644 --- a/client/src/app/search/search.component.scss +++ b/client/src/app/search/search.component.scss @@ -107,6 +107,10 @@ } @media screen and (max-width: 800px) { + .search-result { + margin: 20px 10px; + } + .results-header { font-size: 15px !important; } @@ -123,7 +127,17 @@ } my-video-thumbnail { - margin-right: 0; + margin-right: 0 !important; + + /deep/ .video-thumbnail { + width: 100%; + height: auto; + + img { + width: 100%; + height: auto; + } + } } } }