-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Different styling for aside
s inside posts
#365
Comments
Wondering if you're aware of other clients doing special handling of this? Adding my own quick notes here:
|
I will show them this post of yours! Since this issue is about styling |
We tried this but unfortunately this makes a few clients behave in glitchy ways, because they don't handle the |
Also, let me just say, thank you to both of you for the work. In this case, especially @cheeaun because of the extra work on trying to support a server that technically is unsupported (GtS). It means a lot and I believe that this interoperability is amazing. It kinda makes me sad that we are relying so much on Mastodon and their API, but I think it's a decent trade-off to make. |
@tsmethurst ahh got it. I'm also aware that other clients not handling them well 😬. I had to fix the attachment bugs when I saw them on Phanpy too 😆 As for using I'm also not sure if Mastodon whitelists |
Just for the sake of conversation continuity I'll ask here, but move out to GoToSocial asap: @tsmethurst would it be worth it to have a toggle in the config/settings that allowed admins to choose between an |
Hmmm I'm not sure, it seems a bit fiddly to add an extra setting just for that (which most folks will probably never touch). I'll discuss it with the other devs.
But that's fine, this text will never appear in Mastodon, it's only ever shown via the GoToSocial API, not federated. We specifically replace unknown attachment types in the JSON when serializing via the API. |
@tsmethurst sounds good! Should we open an issue in GTS, or not worth it? Since this seems like more of a GTS discussion, do you want to close this one @cheeaun? |
I'll make a GtS issue for it and link back to this one, no worries. |
Is your feature request related to a problem? Please describe.
When using GoToSocial, sometimes media couldn't be federated for whatever reason, although the post itself was. Currently, in these cases, the server stores a link to the original media and presents a "fallback" text format of the media, as seen below.
This fallback presentation is put inside an
<aside>
tag. Right now it's rendered with the exact same CSS.This is the code (sorry I couldn't put it inside a
<details>
because it's code).Describe the solution you'd like
Maybe we could give it a slightly less prominent look? Maybe faded color and smaller font size?
Describe alternatives you've considered
Just dealing with it ahah
Additional context
This is using GTS, but I suppose having a special more subtle style for
aside
s is good in general?The text was updated successfully, but these errors were encountered: