Fix search results on mobile

pull/2004/head
Chocobozzz 2019-08-02 11:40:29 +02:00
parent b63331ec38
commit dd570a34ff
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 2 deletions

View File

@ -109,8 +109,10 @@ $more-margin-right: 10px;
.video-bottom {
.video-miniature-information {
width: auto;
min-width: 500px;
@media screen and (min-width: $small-view) {
width: auto;
min-width: 500px;
}
.video-miniature-name {
@include ellipsis-multiline(1.3em, 2);