diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-02 11:40:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-02 11:40:29 +0200 |
commit | dd570a34ff731a6cd98ef8f8bf83f234e804f6c1 (patch) | |
tree | a19b60217b519e34cee3055fc1a457ff5ca80676 /client/src/app/shared/video | |
parent | b63331ec38eef16bf3e6f44e0b3e81b357607e71 (diff) | |
download | PeerTube-dd570a34ff731a6cd98ef8f8bf83f234e804f6c1.tar.gz PeerTube-dd570a34ff731a6cd98ef8f8bf83f234e804f6c1.tar.zst PeerTube-dd570a34ff731a6cd98ef8f8bf83f234e804f6c1.zip |
Fix search results on mobile
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index 3658ee3c0..03e15afff 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -109,8 +109,10 @@ $more-margin-right: 10px; | |||
109 | 109 | ||
110 | .video-bottom { | 110 | .video-bottom { |
111 | .video-miniature-information { | 111 | .video-miniature-information { |
112 | width: auto; | 112 | @media screen and (min-width: $small-view) { |
113 | min-width: 500px; | 113 | width: auto; |
114 | min-width: 500px; | ||
115 | } | ||
114 | 116 | ||
115 | .video-miniature-name { | 117 | .video-miniature-name { |
116 | @include ellipsis-multiline(1.3em, 2); | 118 | @include ellipsis-multiline(1.3em, 2); |