show error message when dashboard cannot be loaded

This commit is contained in:
2023-03-02 17:42:01 +01:00
parent 1bfb8a0090
commit b3509e062b
3 changed files with 29 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
transform: translate(-50%, -50%);
}
.is-error {
font-size: 2rem;
font-size: 3rem;
color: #333;
}
</style>