diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-31 09:43:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-31 09:45:57 +0200 |
commit | 0933bb4a8a105d5393a3590e222cb0450102a8aa (patch) | |
tree | 9e68ccd6c1a42aedd56cd227d25df7735739476e /client/src/app/shared | |
parent | 4a9e71c2b1ef57de01cd04984348b3957ebbc21d (diff) | |
download | PeerTube-0933bb4a8a105d5393a3590e222cb0450102a8aa.tar.gz PeerTube-0933bb4a8a105d5393a3590e222cb0450102a8aa.tar.zst PeerTube-0933bb4a8a105d5393a3590e222cb0450102a8aa.zip |
Fix responsive on videos search
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index 913fcfe22..91091a5bb 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss | |||
@@ -34,7 +34,7 @@ my-video-feed { | |||
34 | } | 34 | } |
35 | } | 35 | } |
36 | 36 | ||
37 | /deep/ .video-thumbnail { | 37 | .video-thumbnail { |
38 | width: 100%; | 38 | width: 100%; |
39 | height: auto; | 39 | height: auto; |
40 | 40 | ||