Fix scrolling on posts with "chat" in title.

pull/31/head
Snakes 2022-11-29 14:12:59 -05:00
parent a7614a5dd2
commit 4fcbf574bf
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
<link rel="stylesheet" href="{{'css/rDrama.css' | asset}}">
{% endif %}
{% if 'chat' in request.path %}
{% if request.path == '/chat' %}
{% if IS_LOCALHOST %}
<link rel="stylesheet" href="https://rdrama.net/assets/css/chat_done.css">
{% else %}