From 48a5fc632777351ca8a9fdb4c5c016781a97ce46 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 1 Aug 2023 09:43:25 +0800 Subject: [PATCH] One more fix for preventing callout --- src/app.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app.css b/src/app.css index 723e25dd..395ba3ca 100644 --- a/src/app.css +++ b/src/app.css @@ -719,6 +719,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { } @media (pointer: coarse) { .status-focus { + user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } @@ -2077,6 +2078,12 @@ ul.link-list li a .icon { border-radius: 999px; } +/* NOTIFICATION PEEK */ + +.notification-peek .notification { + padding-inline: 0 !important; +} + /* OTHERS */ @media (min-width: 40em) {