ui: use gritter to display error messages nicely (instead of loading box)

This commit is contained in:
Sebastian Castro 2020-05-06 14:09:39 +02:00 committed by muxator
parent 4816785aef
commit 4c8f60634e
2 changed files with 27 additions and 7 deletions

View file

@ -14,13 +14,15 @@
.gritter-item.popup {
position: relative;
max-width: 450px;
visibility: visible;
right: auto !important;
left: auto !important;
top: auto;
bottom: auto;
}
.gritter-item.popup:not(.error) {
max-width: 450px;
}
.gritter-item .popup-content {
display: flex;