fdsfd
This commit is contained in:
parent
acc0218b77
commit
a256b02c6e
14 changed files with 20 additions and 20 deletions
|
@ -5043,6 +5043,6 @@ th, td {
|
|||
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;
|
||||
}
|
|
@ -36,7 +36,7 @@ function bs_trigger(e) {
|
|||
e.setAttribute("data-bs-toggle", "modal")
|
||||
e.setAttribute("data-bs-target", "#expandImageModal")
|
||||
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-link").href = image;
|
||||
document.getElementById("desktop-expanded-image-wrap-link").href = image;
|
||||
|
|
|
@ -9,7 +9,7 @@ for (const e of images) {
|
|||
e.setAttribute("data-bs-toggle", "modal")
|
||||
e.setAttribute("data-bs-target", "#expandImageModal")
|
||||
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-link").href = image;
|
||||
document.getElementById("desktop-expanded-image-wrap-link").href = image;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% if v %}
|
||||
<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 %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -39,7 +39,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<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 %}
|
||||
|
||||
</head>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<title>Chat</title>
|
||||
|
||||
<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">
|
||||
{% if v.css %}
|
||||
<link rel="stylesheet" href="/@{{v.username}}/css">
|
||||
|
@ -197,7 +197,7 @@
|
|||
{% include "emoji_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>
|
||||
|
||||
</body>
|
|
@ -7,7 +7,7 @@
|
|||
<script src="/assets/js/bootstrap.js?v=245"></script>
|
||||
{% if v %}
|
||||
<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">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
|
@ -32,7 +32,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<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">
|
||||
{% endif %}
|
||||
|
||||
|
@ -325,7 +325,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/lozad.js?v=241"></script>
|
||||
<script src="/assets/js/lozad.js?v=242"></script>
|
||||
|
||||
{% if v %}
|
||||
<script src="/assets/js/post_toast2.js?v=243"></script>
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<script src="/assets/js/header.js?v=261"></script>
|
||||
<script src="/assets/js/header.js?v=262"></script>
|
||||
|
||||
{% if v and not err %}
|
||||
<div id="formkey" class="d-none">{{v.formkey}}</div>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{% block content %}
|
||||
{% if v %}
|
||||
<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 %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -30,7 +30,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<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 %}
|
||||
|
||||
<div class="row justify-content-around">
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{% endblock %}
|
||||
|
||||
<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">
|
||||
|
||||
</head>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<title>2-Step Login - {{SITE_NAME}}</title>
|
||||
|
||||
<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>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
<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 %}
|
||||
<style>
|
||||
html {
|
||||
|
|
|
@ -39,10 +39,10 @@
|
|||
|
||||
{% if v %}
|
||||
<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 %}
|
||||
<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 %}
|
||||
</head>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<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>
|
||||
<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>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title>
|
||||
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue