From c93f64d176a513f3be50683aaaf0d45caa4c0c80 Mon Sep 17 00:00:00 2001 From: matty Date: Mon, 11 Mar 2024 21:34:56 -0400 Subject: [PATCH] get rid of that fucking clipping --- assets/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/style.css b/assets/style.css index 5751336..1c4de42 100644 --- a/assets/style.css +++ b/assets/style.css @@ -84,17 +84,13 @@ svg.feather.feather-thumbs-down:visited, */ .video-thumbnail { - border-radius: 0.315rem !important; + border-radius: 0.30rem !important; } .video-thumbnail:hover { transform: scale(1.02); } -.video-thumbnail:hover .play-overlay .icon { - transform: translate(-50%, -50%) scale(1.75); -} - .logged-in-block, .logged-in-block > div { background-color: #181818 !important;