chore: update frontend deps

This commit is contained in:
Christoph Haas
2026-03-25 22:39:41 +01:00
parent ec08e31eb7
commit 473915c021
5 changed files with 1318 additions and 1175 deletions

View File

@@ -26,13 +26,13 @@
display:block;
}
.modal.show {
opacity: 1;
opacity: 1.0;
}
.modal-backdrop {
background-color: rgba(0,0,0,0.6) !important;
}
.modal-backdrop.show {
opacity: 1 !important;
opacity: 1.0 !important;
}
</style>