Skip to content

Patch: Fix spacing bug by eliding overflowing news titles#128

Merged
exequtic merged 2 commits into
exequtic:mainfrom
Txoka:news-spacing-fix
Aug 9, 2025
Merged

Patch: Fix spacing bug by eliding overflowing news titles#128
exequtic merged 2 commits into
exequtic:mainfrom
Txoka:news-spacing-fix

Conversation

@Txoka
Copy link
Copy Markdown
Contributor

@Txoka Txoka commented Aug 5, 2025

Summary

This PR partially addresses #127 ("News Boxes have wrong spacing when line wraps around") by removing an animation that apparently causes the issue.

Changes

  • Removed the animation

Before

  • Long text in news wrapped, leading to uneven vertical spacing.
image

After

  • Correct spacing with wrapping text, no animation

@exequtic
Copy link
Copy Markdown
Owner

exequtic commented Aug 9, 2025

Just remove the animation on add (line 26) - that’s what causes this. It’s better to get rid of a useless animation than to cut off the news text.

@Txoka
Copy link
Copy Markdown
Contributor Author

Txoka commented Aug 9, 2025

This is the saddest PR ever, but i removed the elide and commented the animation line.

@exequtic exequtic merged commit a117d47 into exequtic:main Aug 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants