ronilaukkarinen / mastodon-bird-ui

🐘🐦 Mastodon web UI, but strongly inspired by Twitter.
MIT License
473 stars 50 forks source link

Issue: Verified URL in Bio causes Line Break #107

Closed Shanesan closed 9 months ago

Shanesan commented 9 months ago

Version: 1.84 using Layout-Single-Column, copied and pasted into admin/settings/appearance

Issue: Verified check-mark on a user's bio causes the URL to be line-broken.

Example: https://mastodon.tails.ch/@shanie

Screenshot 2024-02-09 at 4 23 41 PM

I see it doesn't happen on https://mementomori.social/@rolle but I'm also noticing the checkmarks are very different.

ronilaukkarinen commented 9 months ago

I don't see that in there.

image

That doesn't look right, and doesn't look like Mastodon Bird UI issue. The CSS has been modified there and I don't exactly what's been done. Going to close this issue.

Shanesan commented 9 months ago
.app-body.theme-default.no-reduce-motion.layout-single-column {
background: linear-gradient(180deg, #0b202a, #0b202a, #0b202a, #0b202a, #1e3b51) repeat fixed top left;
}

Was added to the top of the CSS to create the colored background. Turns out it was likely previously cached CSS which was causing the issue (even after force-refreshing) so it looks like it is fine. Thanks for verifying!