Implement widget spawning

This commit is contained in:
2022-08-29 12:24:06 +01:00
parent 67b916d3dc
commit 726ccd38d8
11 changed files with 56 additions and 11 deletions

View File

@@ -203,6 +203,9 @@
.ui-close {
float: right;
}
.grid-stack-item:hover .ui-resizable-handle {
display: block !important;
}
</style>
</head>
@@ -274,7 +277,6 @@
<a class="button is-dark" href="{% url 'logout' %}">Logout</a>
{% endif %}
</div>
</div>
</div>