From be83ca735820776e51a2833b6e206b98bd4f2cdb Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 25 Feb 2023 01:49:40 +0800 Subject: [PATCH] Neat trick to expand click area --- src/app.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app.css b/src/app.css index 7a53f6c9..e36174c7 100644 --- a/src/app.css +++ b/src/app.css @@ -749,6 +749,13 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { .updates-button .icon { vertical-align: top; } +@media (pointer: coarse) { + .updates-button:after { + content: ''; + position: absolute; + inset: -16px; + } +} /* BOX */