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> <style scoped>
.dashboard-scoreboard-window { .dashboard-scoreboard-window {
width: 50vw; width: 50vw;
height: 50vh;
min-width: 320px; min-width: 320px;
min-height: 320px; max-width: 100%;
overflow: hidden;
} }
.dashboard-scoreboard-content { .dashboard-scoreboard-content {
height: 100%; padding-bottom: 16px;
overflow-y: auto;
} }
</style> </style>