mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 11:22:25 -05:00
[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 <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
11f39bead0
commit
5533fbc1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue