X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-thumbnail.component.scss;h=4840a9e4fe553e8ccb0ee78db508720180590122;hb=3290f37c76784f1b96cefb5d389e48db56033b0a;hp=0fc2df220028fd31975000b71278e9e7711dbe5e;hpb=7193ad1044d2dfad8f929f0951f9a3601c056f67;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index 0fc2df220..4840a9e4f 100644 --- a/client/src/app/shared/video/video-thumbnail.component.scss +++ b/client/src/app/shared/video/video-thumbnail.component.scss @@ -11,9 +11,14 @@ text-decoration: none !important; } - img.blur-filter { - filter: blur(5px); - transform : scale(1.03); + img { + width: $video-thumbnail-width; + height: $video-thumbnail-height; + + &.blur-filter { + filter: blur(5px); + transform : scale(1.03); + } } .video-thumbnail-overlay {