From e9e6cda3a27c1479acc1e23c8b3ff1c40c85042f Mon Sep 17 00:00:00 2001 From: Ennea Date: Mon, 9 Sep 2024 15:39:43 +0200 Subject: [PATCH] remove leftover `content` property on emotes this lead to the emotes not being displayed at all in safari. woops --- ChatTwo/Http/static/start.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ChatTwo/Http/static/start.css b/ChatTwo/Http/static/start.css index bf87a01..577ccbb 100644 --- a/ChatTwo/Http/static/start.css +++ b/ChatTwo/Http/static/start.css @@ -303,7 +303,6 @@ section#input { overflow: visible; img { - content: ''; display: block; position: absolute; top: 0;