Изменен стиль уведомлений

This commit is contained in:
2021-08-15 21:21:21 +03:00
parent 44a5c8e635
commit 68b16cf84c
3 changed files with 9 additions and 6 deletions

View File

@@ -71,7 +71,7 @@
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, text in messages%}
<div class="notification is-light {{ category }}">
<div class="notification is-light {{ category }} has-text-centered">
<button class="delete"></button>
{{ text }}
</div>