X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-miniature.component.scss;h=3988cc0556380d0135a1eb524a7aeb931e9c1962;hb=ba430d7516bc5b1324b60571ba7594460969b7fb;hp=6e173af997a66e4b5a66724e2c113d6f34c6389e;hpb=2b3f1919fda81c2781ceeb9071d426c184e1b21c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index 6e173af99..3988cc055 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss @@ -2,11 +2,14 @@ @import '_mixins'; @import '_miniature'; +$more-button-width: 41px; +$more-margin-right: 15px; + .video-miniature { width: $video-miniature-width; display: inline-flex; flex-direction: column; - margin-bottom: 30px; + margin-bottom: $video-miniature-margin-bottom; height: 195px; vertical-align: top; @@ -14,7 +17,7 @@ display: flex; .video-miniature-information { - width: 200px; + width: $video-miniature-width - $more-button-width - $more-margin-right; line-height: normal; .video-miniature-name { @@ -61,18 +64,19 @@ .video-actions { margin-top: 3px; - margin-right: 10px; + width: $more-button-width; + height: 30px; - /deep/ .dropdown-root:not(.show) { + ::ng-deep .dropdown-root:not(.show) { opacity: 0; } - /deep/ .playlist-dropdown.show + my-action-dropdown .dropdown-root { + ::ng-deep .playlist-dropdown.show + my-action-dropdown .dropdown-root { opacity: 1; } } - &:hover .video-actions /deep/ .dropdown-root { + &:hover .video-actions ::ng-deep .dropdown-root { opacity: 1; } @@ -85,8 +89,8 @@ margin: 0; top: -3px; - /deep/ .dropdown-root { - display: block !important; + ::ng-deep .dropdown-root { + opacity: 1 !important; } } } @@ -104,8 +108,10 @@ .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);