hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
736 stars 56 forks source link

Add icon on media that lacks alt description #1261

Closed dariusk closed 1 year ago

dariusk commented 1 year ago

A warning icon now appears on media that lacks an alt description.

image

image

Also, for admins who want to add custom CSS rules to media that is missing descriptions, there is now a .media-missing-description rule that can be added to the custom CSS settings so you can do stuff like this if you want:

image

Fixes #1165