design: additional design improvements

chore: remove stale comment
This commit is contained in:
Per Stark
2025-09-17 18:55:44 +02:00
parent 3f774302c7
commit fe5143cd7f
8 changed files with 110 additions and 24 deletions

View File

@@ -5,9 +5,9 @@
{% block modal_content %}{% endblock %}
</div>
<div class="u-hairline mt-4 pt-3 flex justify-end gap-2">
<div class="u-hairline mt-4 pt-3 flex flex-col gap-2 sm:flex-row sm:justify-end sm:items-center">
<!-- Close button (always visible) -->
<button type="button" class="nb-btn" onclick="document.getElementById('body_modal').close()">
<button type="button" class="nb-btn w-full sm:w-auto" onclick="document.getElementById('body_modal').close()">
Close
</button>