mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01:00
added back custom css to public page
This commit is contained in:
parent
2c2558b9e1
commit
003288e19d
@ -308,6 +308,17 @@
|
||||
display: none;
|
||||
}
|
||||
</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 %}
|
||||
|
||||
<script src="https://mempool.space/mempool.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user