mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-05 13:18:27 +02:00
Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop
This commit is contained in:
@@ -328,6 +328,7 @@ form:
|
||||
default: 0.8
|
||||
validate:
|
||||
type: number
|
||||
step: 0.01
|
||||
help: The quality to use when resizing an image. Between 0 and 1 value.
|
||||
|
||||
Dashboard:
|
||||
|
||||
@@ -410,6 +410,7 @@
|
||||
|
||||
{% block bottom %}
|
||||
<script>
|
||||
{% parent() %}
|
||||
$('.admin-pages .form-tabs .tabs-nav').css('margin-right', ($('#admin-topbar').width() + 20) + 'px');
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
@@ -114,7 +114,9 @@
|
||||
<div id='overlay'></div>
|
||||
</div>
|
||||
{% endblock page %}
|
||||
{% block bottom %}{% endblock %}
|
||||
{% block bottom %}
|
||||
{{ assets.js('bottom')|raw }}
|
||||
{% endblock %}
|
||||
</body>
|
||||
{% endblock body %}
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user