From 89f7e5cef6eec81c61537ef13bb7557851ba9aec Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:54:59 +0100 Subject: [PATCH] Pin preview game selector to top with larger score gap --- src/dashboard/example/components/ScoreboardPanel.vue | 4 ++++ 1 file changed, 4 insertions(+) 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 {