From 16b192600e6e9c5671e40c1d7b80db79e132bc31 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Mon, 1 May 2023 14:58:36 -0600 Subject: [PATCH] Fix squished thumbnails --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e070d87..e794b00 100644 --- a/style.css +++ b/style.css @@ -4,4 +4,8 @@ div[id^="image_browser_tab"][id$="image_browser_gallery"].hide_loading > .svelte-gjihhp { display: none; -} \ No newline at end of file +} + +.image_browser_gallery img { + object-fit: scale-down !important; +}