Fixed toast position on large screens

This commit is contained in:
Jan Böhmer 2023-02-06 22:47:41 +01:00
parent b8e0fc8e06
commit 8f646e7e7b

View file

@ -1,4 +1,4 @@
{# The container to show the flash messages #} {# The container to show the flash messages #}
<div class="toast-container" id="toast-container" style="min-width: 20%;"> <div class="toast-container" id="toast-container">
</div> </div>