From 5533fbc1f8adebb196349d991551eac6fc8b2e74 Mon Sep 17 00:00:00 2001 From: tobi Date: Wed, 17 Sep 2025 12:15:05 +0200 Subject: [PATCH] [bugfix/frontend] Fix overzealous padding removal on caption (#4439) Leave just a little bit of padding between media + caption, for the lads! [image](/attachments/5802a3d1-15c6-4ca2-8de2-4a149ba69f54) Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4439 Co-authored-by: tobi Co-committed-by: tobi --- web/source/css/_media-wrapper.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/source/css/_media-wrapper.css b/web/source/css/_media-wrapper.css index 856129f17..e0422d03d 100644 --- a/web/source/css/_media-wrapper.css +++ b/web/source/css/_media-wrapper.css @@ -390,7 +390,7 @@ in "normal" width when caption is rendered on the right side. */ - padding: 0; + padding: 0 0 0 1rem; /* Let it have a bit more width if it