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