X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch-playlist.component.scss;h=4c24d6b0599ad2801f5d630cd5d8160136947fcc;hb=d816f3a063febac1cad09ab3a32e5f0d29353627;hp=5da55c2f8ddfa3d8947059afa8f3e4c085c8e537;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/video-watch-playlist.component.scss b/client/src/app/videos/+video-watch/video-watch-playlist.component.scss index 5da55c2f8..4c24d6b05 100644 --- a/client/src/app/videos/+video-watch/video-watch-playlist.component.scss +++ b/client/src/app/videos/+video-watch/video-watch-playlist.component.scss @@ -37,7 +37,7 @@ } my-video-playlist-element-miniature { - /deep/ { + ::ng-deep { .video { .position { margin-right: 0; @@ -53,6 +53,11 @@ my-video-thumbnail { @include thumbnail-size-component(90px, 50px); } + + .fake-thumbnail { + width: 90px; + height: 50px; + } } } }