From 0227a5279147cccdbccb4f7382b78d00e0d8bd1e Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 17 Aug 2023 05:23:52 +0300 Subject: [PATCH] fix chat clipping --- files/templates/orgy.html | 1 + files/templates/util/html_head.html | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/files/templates/orgy.html b/files/templates/orgy.html index 42960f2e6..ee32c335a 100644 --- a/files/templates/orgy.html +++ b/files/templates/orgy.html @@ -51,6 +51,7 @@ + diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index c55d10cf8..1aa6aad0e 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -140,10 +140,6 @@ {% if request.path.endswith('/chat') %} {% endif %} - - {% if request.path.endswith('/chat') %} - - {% endif %} {% endmacro %} {% macro stylesheets_lower() %}