This commit is contained in:
Aevann1 2022-04-16 17:25:17 +02:00
parent acc0218b77
commit a256b02c6e
14 changed files with 20 additions and 20 deletions

View file

@ -5043,6 +5043,6 @@ th, td {
color: green !important; color: green !important;
} }
img[src="/e/marseylong1"], img[src="/e/marseylong2"], img[src="/e/marseyllama1"], img[src="/e/marseyllama2"] { img[src="/e/marseylong1.webp"], img[src="/e/marseylong2.webp"], img[src="/e/marseyllama1.webp"], img[src="/e/marseyllama2.webp"] {
margin-bottom: 0!important; margin-bottom: 0!important;
} }

View file

@ -36,7 +36,7 @@ function bs_trigger(e) {
e.setAttribute("data-bs-toggle", "modal") e.setAttribute("data-bs-toggle", "modal")
e.setAttribute("data-bs-target", "#expandImageModal") e.setAttribute("data-bs-target", "#expandImageModal")
e.onclick = function(e) { e.onclick = function(e) {
image = e.target.src const image = e.target.src
document.getElementById("desktop-expanded-image").src = image.replace("200w_d.webp", "giphy.webp"); document.getElementById("desktop-expanded-image").src = image.replace("200w_d.webp", "giphy.webp");
document.getElementById("desktop-expanded-image-link").href = image; document.getElementById("desktop-expanded-image-link").href = image;
document.getElementById("desktop-expanded-image-wrap-link").href = image; document.getElementById("desktop-expanded-image-wrap-link").href = image;

View file

@ -9,7 +9,7 @@ for (const e of images) {
e.setAttribute("data-bs-toggle", "modal") e.setAttribute("data-bs-toggle", "modal")
e.setAttribute("data-bs-target", "#expandImageModal") e.setAttribute("data-bs-target", "#expandImageModal")
e.onclick = function(e) { e.onclick = function(e) {
image = e.target.dataset.src const image = e.target.dataset.src
document.getElementById("desktop-expanded-image").src = image.replace("200w_d.webp", "giphy.webp"); document.getElementById("desktop-expanded-image").src = image.replace("200w_d.webp", "giphy.webp");
document.getElementById("desktop-expanded-image-link").href = image; document.getElementById("desktop-expanded-image-link").href = image;
document.getElementById("desktop-expanded-image-wrap-link").href = image; document.getElementById("desktop-expanded-image-wrap-link").href = image;

View file

@ -15,7 +15,7 @@
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -39,7 +39,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
{% endif %} {% endif %}
</head> </head>

View file

@ -14,7 +14,7 @@
<title>Chat</title> <title>Chat</title>
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"> <link rel="stylesheet" href="/assets/css/main.css?v=236">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55"> <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.css %} {% if v.css %}
<link rel="stylesheet" href="/@{{v.username}}/css"> <link rel="stylesheet" href="/@{{v.username}}/css">
@ -197,7 +197,7 @@
{% include "emoji_modal.html" %} {% include "emoji_modal.html" %}
{% include "expanded_image_modal.html" %} {% include "expanded_image_modal.html" %}
<script src="/assets/js/lozad.js?v=241"></script> <script src="/assets/js/lozad.js?v=242"></script>
<script src="/assets/js/lite-youtube.js?v=240"></script> <script src="/assets/js/lite-youtube.js?v=240"></script>
</body> </body>

View file

@ -7,7 +7,7 @@
<script src="/assets/js/bootstrap.js?v=245"></script> <script src="/assets/js/bootstrap.js?v=245"></script>
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"> <link rel="stylesheet" href="/assets/css/main.css?v=236">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55"> <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
@ -32,7 +32,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"> <link rel="stylesheet" href="/assets/css/main.css?v=236">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
{% endif %} {% endif %}
@ -325,7 +325,7 @@
</div> </div>
</div> </div>
<script src="/assets/js/lozad.js?v=241"></script> <script src="/assets/js/lozad.js?v=242"></script>
{% if v %} {% if v %}
<script src="/assets/js/post_toast2.js?v=243"></script> <script src="/assets/js/post_toast2.js?v=243"></script>

View file

@ -259,7 +259,7 @@
</div> </div>
</nav> </nav>
<script src="/assets/js/header.js?v=261"></script> <script src="/assets/js/header.js?v=262"></script>
{% if v and not err %} {% if v and not err %}
<div id="formkey" class="d-none">{{v.formkey}}</div> <div id="formkey" class="d-none">{{v.formkey}}</div>

View file

@ -6,7 +6,7 @@
{% block content %} {% block content %}
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -30,7 +30,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
{% endif %} {% endif %}
<div class="row justify-content-around"> <div class="row justify-content-around">

View file

@ -18,7 +18,7 @@
{% endblock %} {% endblock %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"> <link rel="stylesheet" href="/assets/css/main.css?v=236">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
</head> </head>

View file

@ -14,7 +14,7 @@
<title>2-Step Login - {{SITE_NAME}}</title> <title>2-Step Login - {{SITE_NAME}}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
</head> </head>

View file

@ -34,7 +34,7 @@
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {

View file

@ -39,10 +39,10 @@
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
{% endif %} {% endif %}
</head> </head>

View file

@ -31,7 +31,7 @@
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}</title> <title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
</head> </head>

View file

@ -32,7 +32,7 @@
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title> <title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=235"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55"> <link rel="stylesheet" href="/assets/css/main.css?v=236"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
</head> </head>