From 862d495a7185c20932e4eb8dbfb1b83b2b817ed2 Mon Sep 17 00:00:00 2001 From: Ennea Date: Mon, 2 Sep 2024 13:05:30 +0200 Subject: [PATCH 1/2] cleaner removal of pointer-events property --- ChatTwo/Http/static/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatTwo/Http/static/start.js b/ChatTwo/Http/static/start.js index c8e1db6..3f8f45a 100644 --- a/ChatTwo/Http/static/start.js +++ b/ChatTwo/Http/static/start.js @@ -84,7 +84,7 @@ channelElement.firstChild.innerText = `(Locked) ${channelElement.firstChild.innerText}`; this.elements.channelSelect.style.pointerEvents = 'none'; } else { - this.elements.channelSelect.style.pointerEvents = 'auto'; + this.elements.channelSelect.style.removeProperty('pointer-events'); } this.elements.channelHint.appendChild(channelElement); From 25354083d25c4a7250ee2487244764371762916b Mon Sep 17 00:00:00 2001 From: Ennea Date: Tue, 3 Sep 2024 22:36:41 +0200 Subject: [PATCH 2/2] more explicit css for emotes, hopefully fixing display in safari --- ChatTwo/Http/static/start.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChatTwo/Http/static/start.css b/ChatTwo/Http/static/start.css index 28a1fee..bf87a01 100644 --- a/ChatTwo/Http/static/start.css +++ b/ChatTwo/Http/static/start.css @@ -298,7 +298,9 @@ section#input { display: inline-block; position: relative; width: 2rem; + height: 1px; vertical-align: middle; + overflow: visible; img { content: '';