From 10b8d270f2f9f6770772c5786908591c5db1152d Mon Sep 17 00:00:00 2001 From: tobi Date: Tue, 16 Sep 2025 13:00:30 +0200 Subject: [bugfix/frontend] preserve whitespace in photoswipe captions (#4434) This PR fixes https://codeberg.org/superseriousbusiness/gotosocial/issues/4382 by updating the photoswipe caption plugin CSS to include whitespace. Thanks @olivergeer for the fix. It also updates the padding + width in "aside" mode to increase the chances of a visitor being able to read an entire caption, in lieu of https://codeberg.org/superseriousbusiness/gotosocial/issues/4413 being fixable. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4434 Co-authored-by: tobi Co-committed-by: tobi --- testrig/testmodels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testrig') diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 256107b80..2c0cc70c7 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -1014,7 +1014,7 @@ func NewTestAttachments() map[string]*gtsmodel.MediaAttachment { }, }, AccountID: "01F8MH1H7YV1Z7D2C8K2730QBF", - Description: "This is a track from Nine Inch Nail's \"Ghosts I-V\" album. This is the third track from \"Ghosts II\".", + Description: "This is a track from Nine Inch Nails' \"Ghosts I-V\" album.\n\nThis is the third track from \"Ghosts II\".", ScheduledStatusID: "", Blurhash: "LZDJO?ayIUof01j[xuayxuayayj[", Processing: 2, -- cgit v1.3