We added a red dotted border to images or other media without an alt text. This is a test and we will further optimize it. This is not the final version, so please stay patient. #mastoadmin
(it is based on this CSS: https://strangeobject.space/@esther/109812455425042434)
Esther (@esther@strangeobject.space)
Here's the exact snippet we used for our no-description media marker: .audio-player__canvas:not([title]), .audio-player__canvas[title=""], .media-gallery__gifv video:not([title]), .media-gallery__gifv video[title=""], .media-gallery__item-thumbnail img:not([alt]), .media-gallery__item-thumbnail img[alt=""], .video-player video:not([title]),.video-player video[title=""] { border: 4px dotted #F45; box-sizing: border-box; border-radius: 3px; } https://strangeobject.space/@admin/109812361075104938 #mastoadmin