Adjust dashboard scoreboard sizing

This commit is contained in:
Pandipipas
2026-02-08 20:34:33 +01:00
parent 09aeb2a2ff
commit c5c870ae5b
+2 -5
View File
@@ -22,14 +22,11 @@ useHead({ title: 'Dashboard' });
<style scoped>
.dashboard-scoreboard-window {
width: 50vw;
height: 50vh;
min-width: 320px;
min-height: 320px;
overflow: hidden;
max-width: 100%;
}
.dashboard-scoreboard-content {
height: 100%;
overflow-y: auto;
padding-bottom: 16px;
}
</style>