added back custom css to public page
This commit is contained in:
parent
2c2558b9e1
commit
003288e19d
1 changed files with 11 additions and 0 deletions
|
|
@ -308,6 +308,17 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
{% endblock %} % block styles %}
|
||||||
|
<link
|
||||||
|
href="/satspay/css/{{ charge_data.custom_css }}"
|
||||||
|
rel="stylesheet"
|
||||||
|
type="text/css"
|
||||||
|
/>
|
||||||
|
<style>
|
||||||
|
header button.q-btn-dropdown {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
{% endblock %} {% block scripts %}
|
{% endblock %} {% block scripts %}
|
||||||
|
|
||||||
<script src="https://mempool.space/mempool.js"></script>
|
<script src="https://mempool.space/mempool.js"></script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue