Ancestors

Written by eishiya on 2024-10-18 at 16:40

@Curator .ART's custom CSS adds add overflow: scroll to .compose-form .reply-indicator__content, presumably to make it clearer that a post was truncated. Please consider changing this to "auto" instead, so that the scrollbar is only shown when actually needed. Currently it causes non-functional scrollbars to be shown on short posts, and horizontal scrollbars on all posts, even though most posts don't need them.

=> View attached media

=> More informations about this toot | More toots from eishiya@mastodon.art

Toot

Written by eishiya on 2024-10-18 at 16:42

@Curator On a related note, "embedded" posts in Notifications (e.g. favourites, boosts) have display:none on paragraphs after the first, truncating silently. This CSS should "fix" that and show the usual truncation ellipsis sign, but it will make some embeds appear longer than before, so I'm not sure it's ideal.

.notification-group__embedded-status__content p {

display: unset;

}

Ideally, the web client should show a post truncation indicator instead of just hiding extra paragraphs :/

=> More informations about this toot | More toots from eishiya@mastodon.art

Descendants

Written by Off On One on 2024-10-18 at 16:46

@eishiya Added this one too ^.^ Thank you!

=> More informations about this toot | More toots from welshpixie@mastodon.art

Written by eishiya on 2024-10-20 at 19:48

@welshpixie Ah, display: unset doesn't work quite as I expected to, it causes multiple paragraphs to appear on the same line (defaults to "initial" which is the same as "inline", I guess).

display: revert might be better, it just reverts the "none" but keeps the default styles. And if that doesn't work (it may work differently from custom.css than from my browser tools), there's good ol' display: block.

=> More informations about this toot | More toots from eishiya@mastodon.art

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113329421566259915
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
274.588255 milliseconds
Gemini-to-HTML Time
0.896226 milliseconds

This content has been proxied by September (3851b).