make dashboard elements smaller, add logo to login/register

This commit is contained in:
Gregor Vostrak
2024-03-14 22:57:35 +01:00
parent 5a733b17aa
commit 81e133528a
19 changed files with 66 additions and 42 deletions

View File

@@ -165,7 +165,7 @@ const option = ref({
<style scoped>
.chart {
height: 300px;
height: 280px;
background: transparent;
}
</style>