diff --git a/src/dashboard/example/components/ScoreboardPanel.vue b/src/dashboard/example/components/ScoreboardPanel.vue index 4a0c3f0..9b77e4a 100644 --- a/src/dashboard/example/components/ScoreboardPanel.vue +++ b/src/dashboard/example/components/ScoreboardPanel.vue @@ -1449,11 +1449,15 @@ watch( display: flex; flex-direction: column; align-items: center; + align-self: stretch; + justify-content: flex-start; + padding-top: 2px; gap: 10px; } .scoreboard-preview__game-field { width: min(100%, 240px); + margin-bottom: 56px; } .scoreboard-preview__score-controls {