mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Adjust dashboard scoreboard sizing
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user