chat fix i think?

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-21 17:24:17 -05:00
parent 347a751481
commit 0495d00629
2 changed files with 7 additions and 5 deletions

View File

@ -9,11 +9,6 @@
{% endif %}
{{html_head.html_head(true, true, true, csp, "Chat", none, "", false)}}
<body>
{% if SITE == 'localhost' %}
<link rel="stylesheet" href="https://rdrama.net/assets/css/chat_done.css">
{% else %}
<link rel="stylesheet" href="{{'css/chat_done.css' | asset}}">
{% endif %}
{% include "header.html" %}
{% include "expanded_image_modal.html" %}
{% include "emoji_modal.html" %}

View File

@ -24,6 +24,13 @@
{% if include_2fa_verify %}
{{cf_2fa_verify()}}
{% endif %}
{% if 'chat' in request.path %}
{% if SITE == 'localhost' %}
<link rel="stylesheet" href="https://rdrama.net/assets/css/chat_done.css">
{% else %}
<link rel="stylesheet" href="{{'css/chat_done.css' | asset}}">
{% endif %}
{% endif %}
</head>
{% endmacro %}