diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index f391ee8..72c04d1 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2701,11 +2701,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu font-weight: bold; } -.app-body .media-gallery__gifv__label { +.app-body :is(.media-gallery__alt__label, .media-gallery__gifv__label) { background-color: rgba(0, 0, 0, .1); border-radius: 6px; } -.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item .media-gallery__gifv__label { +.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item :is(.media-gallery__alt__label, .media-gallery__gifv__label) { display: none; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index a52269f..186cae3 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2701,11 +2701,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu font-weight: bold; } -.app-body .media-gallery__gifv__label { +.app-body :is(.media-gallery__alt__label, .media-gallery__gifv__label) { background-color: rgba(0, 0, 0, .1); border-radius: 6px; } -.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item .media-gallery__gifv__label { +.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item :is(.media-gallery__alt__label, .media-gallery__gifv__label) { display: none; } diff --git a/TangerineUI.css b/TangerineUI.css index 6a9785b..cb5332e 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2701,11 +2701,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu font-weight: bold; } -.app-body .media-gallery__gifv__label { +.app-body :is(.media-gallery__alt__label, .media-gallery__gifv__label) { background-color: rgba(0, 0, 0, .1); border-radius: 6px; } -.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item .media-gallery__gifv__label { +.app-body .spoiler-button:not(.spoiler-button--minified) ~ .media-gallery__item :is(.media-gallery__alt__label, .media-gallery__gifv__label) { display: none; }