Fixed: console on mobile
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 28s
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 28s
This commit is contained in:
parent
47f26c96f6
commit
1e9475e806
@ -7,6 +7,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<section class="console content" >
|
<section class="console content" >
|
||||||
</section>
|
</section>
|
||||||
<textarea class="mobile-input" style="display: none" disabled autofocus></textarea>
|
<textarea class="mobile-input" style="display: none" autofocus></textarea>
|
||||||
<script src="/js/console.js" defer></script>
|
<script src="/js/console.js" defer></script>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user