/*This chunk is specific to accessing Mastodon directly on desktop.*/
/*This does NOT work on other web clients or apps*/

.media-gallery__item-thumbnail img:not([alt]) {
    border: 5px solid red;
    box-sizing: border-box;
}

/*For .gifs without title attribute. Descriptions are loaded to title, not*/
/*alt text attribute*/


.media-gallery__gifv video:not([title]),.media-gallery__gifv video[title|=""] {
    border: 5px solid red;
    box-sizing: border-box;
}

