From 361b557509ab5984dc84ed9e55f8fc1a723b45d8 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 21 Apr 2025 19:51:30 +0300 Subject: [PATCH] Remove padding from enlarged image container --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 6f736996b..52484aec7 100644 --- a/public/style.css +++ b/public/style.css @@ -5091,7 +5091,7 @@ body:not(.sd) .mes_img_swipes { display: flex; flex-direction: column; justify-content: center; - padding: 10px; + padding: 0px; height: 100%; width: 100%; }