🚸 Show infocard on loading failure

This commit is contained in:
2023-06-04 19:58:03 +02:00
parent 776a7d1a42
commit 2837255552
5 changed files with 40 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ defineProps({
height: 50vh;
max-width: 100%;
z-index: 1;
user-select: none;
}
.content {
@@ -45,7 +46,7 @@ defineProps({
align-items: center;
justify-content: center;
gap: 3px;
max-width: 400px;
max-width: 350px;
padding: 30px;
height: inherit;
}