mirror of https://github.com/Chocobozzz/PeerTube
Fix search results on mobile
parent
b63331ec38
commit
dd570a34ff
|
@ -109,8 +109,10 @@ $more-margin-right: 10px;
|
||||||
|
|
||||||
.video-bottom {
|
.video-bottom {
|
||||||
.video-miniature-information {
|
.video-miniature-information {
|
||||||
width: auto;
|
@media screen and (min-width: $small-view) {
|
||||||
min-width: 500px;
|
width: auto;
|
||||||
|
min-width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
.video-miniature-name {
|
.video-miniature-name {
|
||||||
@include ellipsis-multiline(1.3em, 2);
|
@include ellipsis-multiline(1.3em, 2);
|
||||||
|
|
Loading…
Reference in New Issue