/* ProToots fix for Tangerine UI, thx Lena: https://woofwoofarf.dog/@LenaDump/115995750718687459 */
body.theme-tangerineui,
body[class*=" theme-tangerineui-"] {
    bdi.has-proplate {
        display: inline-flex;
    }
}

