From 9c953891f308f4a3d9158d978e30affa186f4bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=9A=E5=AD=90?= Date: Tue, 13 Dec 2022 06:44:02 +0000 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E7=94=A8=E6=88=B7=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 柚子 --- static/dark.css | 7 +++++++ static/style.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/static/dark.css b/static/dark.css index 1eb9b24..cdd8967 100644 --- a/static/dark.css +++ b/static/dark.css @@ -1,3 +1,10 @@ +html,body{ + -webkit-touch-callout:none ; + -webkit-text-size-adjust:none ; + -webkit-tap-highlight-color:transparent ; + -webkit-user-select:none ; +} + #app { /* height: 200px; */ width: 100%; diff --git a/static/style.css b/static/style.css index d5229a0..b811d53 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,10 @@ +html,body{ + -webkit-touch-callout:none ; + -webkit-text-size-adjust:none ; + -webkit-tap-highlight-color:transparent ; + -webkit-user-select:none ; +} + #app { /* height: 200px; */ width: 100%; -- Gitee