From 44d7f7af99e0c1d61b28fba24b01b380ff5513e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 17 Dec 2023 15:41:04 +0100 Subject: [PATCH] Fixed: can't click on GIFs in mobile --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 913edde..490427a 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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 { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index e8f5347..9c2c4c3 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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 { diff --git a/TangerineUI.css b/TangerineUI.css index 3c5c780..718d836 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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 {