Move the compact button to the right

This commit is contained in:
Mark Veidemanis 2022-09-02 07:20:30 +01:00
parent aefd639e58
commit aeaf7bba5d
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 3 additions and 1 deletions

View File

@ -202,6 +202,8 @@
.float-right {
float: right;
padding-right: 5px;
padding-left: 5px;
}
.grid-stack-item:hover .ui-resizable-handle {
display: block !important;

View File

@ -11,7 +11,7 @@
onclick='grid.removeWidget("drilldown-widget-{{ unique }}");'></i>
{% endblock %}
<i
class="fa-solid fa-arrows-minimize has-text-grey-light"
class="fa-solid fa-arrows-minimize has-text-grey-light float-right"
onclick='grid.compact();'></i>
{% block heading %}
{% endblock %}