From ac98e292e95c04de078b6a90f6fd279fb7712400 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sat, 23 May 2026 22:02:43 +0200 Subject: [PATCH] fix shitpost mode ugly padding --- public/s/css/upload.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/css/upload.css b/public/s/css/upload.css index 34172d8..ee4a5c1 100644 --- a/public/s/css/upload.css +++ b/public/s/css/upload.css @@ -247,7 +247,7 @@ align-items: center; } -.upload-form.shitpost-mode-active .file-meta-row-small { +.upload-form.shitpost-mode-active .file-name-small { padding-right: 30px; /* Space for X button */ }