From a1bc2db33699c10736907b91c8a7c387daa07aeb Mon Sep 17 00:00:00 2001 From: diced Date: Tue, 30 May 2023 18:33:15 -0700 Subject: [PATCH] fix: thtumbnail box sizing (#415) --- src/components/Type.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/Type.tsx b/src/components/Type.tsx index c614a85..7f9dd73 100644 --- a/src/components/Type.tsx +++ b/src/components/Type.tsx @@ -58,23 +58,27 @@ function VideoThumbnailPlaceholder({ file, mediaPreview, ...props }) { return ; return ( - + -
+
- - // ); }