Fixed: can't click on GIFs in mobile

This commit is contained in:
Niléane 2023-12-17 15:41:04 +01:00
commit 44d7f7af99
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1926,7 +1926,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid rgba(0, 0, 0, .15);
z-index: 1;
}
.app-body .media-gallery__gifv:hover::after {
.app-body .media-gallery__gifv:is(:active, :hover)::after {
display: none;
}
.app-body .picture-in-picture .video-player::after {

View file

@ -1925,7 +1925,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid rgba(0, 0, 0, .15);
z-index: 1;
}
.app-body .media-gallery__gifv:hover::after {
.app-body .media-gallery__gifv:is(:active, :hover)::after {
display: none;
}
.app-body .picture-in-picture .video-player::after {

View file

@ -1925,7 +1925,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid rgba(0, 0, 0, .15);
z-index: 1;
}
.app-body .media-gallery__gifv:hover::after {
.app-body .media-gallery__gifv:is(:active, :hover)::after {
display: none;
}
.app-body .picture-in-picture .video-player::after {