From e1d575f8584eae5d62b8544861bf95019d35560c Mon Sep 17 00:00:00 2001 From: Holly Date: Mon, 21 Oct 2024 03:31:52 +0100 Subject: [PATCH] fix places where it looks weird --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 347e373..c4ad155 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,10 @@ color: white; } + #buttonContainer { + user-select: none; + } + .rounded-button { display: inline-block; font-size: 18pt; @@ -67,7 +71,6 @@ background-repeat: no-repeat; background-position: -2px -2px; transition: background-color .1s linear, filter .1s linear, border .1s linear; - user-select: none; } .rounded-button[data-id="discord"] { @@ -132,6 +135,7 @@ .fade-out { opacity: 0!important; + user-select: none; } .fade-in { @@ -156,7 +160,7 @@ -

 

+