From 30d532c2e317dc125a970da1a7ee65ace79c4f54 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 1 Aug 2023 14:26:59 +0800 Subject: [PATCH] Allow user-selection on hero post in status page --- src/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 395ba3ca..6854a53c 100644 --- a/src/app.css +++ b/src/app.css @@ -718,7 +718,8 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { -webkit-touch-callout: none; } @media (pointer: coarse) { - .status-focus { + .status-focus:not(.hero .status-focus) { + /* Only the hero doesn't have context menu */ user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;