Skip to content

Commit

Permalink
Merge pull request #114 from SmoFlaDru/dev-benno
Browse files Browse the repository at this point in the history
Update frontend dependencies, center modal.
  • Loading branch information
Bensge authored Aug 17, 2024
2 parents 9db1e62 + 1817aff commit 25d75b5
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 65 deletions.
139 changes: 75 additions & 64 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spybot/templates/spybot/base/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>
</div>
<div id="modal" class="modal modal-blur fade">
<div id="dialog" class="modal-dialog" hx-target="this"></div>
<div id="dialog" class="modal-dialog modal-lg modal-dialog-centered" role="document" hx-target="this"></div>
</div>
{% block content_body_end %}
{% endblock %}
Expand Down

0 comments on commit 25d75b5

Please sign in to comment.