From cf31b752b121634672ddd4a4561fca0ba1920f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 17 Jan 2024 17:17:17 +0100 Subject: [PATCH] Updated class for the ALT label --- TangerineUI-cherry.css | 4 ++-- TangerineUI-purple.css | 4 ++-- TangerineUI.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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; }