From da8c3eeeab22bcf843285ab657805232d266a2c5 Mon Sep 17 00:00:00 2001 From: iorate <682043+iorate@users.noreply.github.com> Date: Sat, 15 Jun 2024 23:11:45 +0900 Subject: [PATCH] fix(google): make links clickable on mobile news search --- src/scripts/search-engines/google-mobile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/search-engines/google-mobile.ts b/src/scripts/search-engines/google-mobile.ts index 551b0d180..eb0cd2b40 100644 --- a/src/scripts/search-engines/google-mobile.ts +++ b/src/scripts/search-engines/google-mobile.ts @@ -481,6 +481,7 @@ const mobileSerpHandlers: Record = { fontSize: "12px", marginTop: "-8px", padding: "0 16px 12px 16px", + ...mobileActionClickable, ...iOSButtonStyle, }, },