From c8fec42e085ef255a01f62c5010e2d41bb7eb05f Mon Sep 17 00:00:00 2001 From: 0neGal Date: Thu, 30 Dec 2021 22:07:49 +0100 Subject: user-select: none, on element that need it --- src/app/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/main.css b/src/app/main.css index b668f55..377e1f8 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -39,6 +39,7 @@ nobr {white-space: nowrap} .buttons { text-align: right; margin-left: auto; + user-select: none; margin-right: 7px; } @@ -49,6 +50,7 @@ button, .text { border: none; outline: none; padding: 5px 15px; + user-select: none; border-radius: 50px; transition: 0.2s ease-in-out; } -- cgit v1.2.3