From c9272f5580b00180738eb6dde623ea0abb37f7af Mon Sep 17 00:00:00 2001 From: stale Date: Sat, 30 Apr 2022 17:32:53 -0300 Subject: lazy sync --- page.html | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 73 insertions(+), 13 deletions(-) (limited to 'page.html') diff --git a/page.html b/page.html index 75bb7fd..2b7590d 100644 --- a/page.html +++ b/page.html @@ -19,7 +19,6 @@ background-color: black; color: white; } - .unsel { -webkit-touch-callout: none; -webkit-user-select: none; @@ -28,9 +27,11 @@ -ms-user-select: none; user-select: none; } - - .cursor * { + .cursor { font-size: 16pt; + pointer-events: none; + } + .cursor * { margin: 0 0; } @@ -42,26 +43,37 @@

Loading...

- + -- cgit v1.2.3