From eda641e8bf4b0600f769d7248bfa569f9defed9a Mon Sep 17 00:00:00 2001 From: Thomas Mathews Date: Tue, 24 Jan 2023 09:34:41 -0800 Subject: [PATCH] Fix reaction group clicking --- css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index efe1b24..82e2987 100644 --- a/css/styles.css +++ b/css/styles.css @@ -350,7 +350,9 @@ button.nav > img.icon { padding: 4px; border-radius: 5px; } - +.reaction-group > * { + pointer-events: none; +} .reaction-group img { width: 18px; height: 18px; @@ -359,11 +361,9 @@ button.nav > img.icon { margin-left: -8px; vertical-align: top; } - .reaction-group img:first-of-type { margin-left: 0px; } - .reaction-emoji { margin-right: 4px; }