1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 14:28:14 +09:00

Updated class for the ALT label

This commit is contained in:
Niléane 2024-01-17 17:17:17 +01:00
parent 9e1fb670e0
commit cf31b752b1
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}