From f56b6b2ff0fa29221bcf1c654cf58d2353312c65 Mon Sep 17 00:00:00 2001 From: Redume Date: Tue, 25 Feb 2025 10:43:51 +0300 Subject: [PATCH] fix: Image size correction on firefox --- src/web/static/css/wallpaper.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/static/css/wallpaper.css b/src/web/static/css/wallpaper.css index 2fefbeb..36966fd 100644 --- a/src/web/static/css/wallpaper.css +++ b/src/web/static/css/wallpaper.css @@ -163,6 +163,6 @@ img { @media (min-width: 1400px) { .wallpaper-img { - max-width: 30%; + min-width: 20%; } } \ No newline at end of file