From 1fe733524c4cb1f8f32d76130f3cf87f38df4ba5 Mon Sep 17 00:00:00 2001 From: Jason <84899178+jasonhenriquez@users.noreply.github.com> Date: Mon, 6 Sep 2021 03:37:09 -0500 Subject: [PATCH] Fixes thumbnail width (#1646) --- src/renderer/sass-partials/_ft-list-item.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/sass-partials/_ft-list-item.sass b/src/renderer/sass-partials/_ft-list-item.sass index d8682bb1..8e93338f 100644 --- a/src/renderer/sass-partials/_ft-list-item.sass +++ b/src/renderer/sass-partials/_ft-list-item.sass @@ -207,7 +207,7 @@ $thumbnail-overlay-opacity: 0.85 margin-bottom: 12px .thumbnailImage - width: 100% + width: 250px .title font-size: 18px