From 96f6091131afda914b2fca570ef33c2ed53aca45 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 24 Apr 2023 19:16:23 +0800 Subject: [PATCH] Long press on a link on a menu is pretty annoying --- src/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.css b/src/app.css index e326de86..63291625 100644 --- a/src/app.css +++ b/src/app.css @@ -1394,6 +1394,8 @@ body:has(.media-modal-container + .status-deck) .media-post-link { padding: 8px 16px !important; margin: -8px -16px !important; align-items: center; + user-select: none; + -webkit-touch-callout: none; } .szh-menu .szh-menu__item a.is-active { font-weight: bold;