diff --git a/public/views/mp/rushroyale.html b/public/views/mp/rushroyale.html index 44ef5ea5..2aef202b 100644 --- a/public/views/mp/rushroyale.html +++ b/public/views/mp/rushroyale.html @@ -24,8 +24,8 @@ } .player { - --p-row1-top: 40px; - --p-row2-top: 540px; + --p-row1-top: 20px; + --p-row2-top: 570px; --p-left-x1: 60px; --p-left-x2: 720px; --p-offset: 380px; @@ -146,20 +146,24 @@ left: calc(var(--p-left-x2) + var(--p-offset)); } + .timer { + background: black; + width: 410px; + height: unset; + top: 478px; + left: 474px; + font-size: 64px; + line-height: 64px; + padding: 8px 0 1px 0; + font-family: 'Press Start K', monospace; + } + .leaderboard { padding: 6px 18px; - top: 20px; + top: 110px; left: 1368px; width: 450px; - height: 978px; - } - - .leaderboard .header { - font-size: 64px; - line-height: 88px; - padding-bottom: 1em; - padding-top: 0.5em; - font-family: 'Press Start K', monospace; + height: 810px; } .leaderboard .value { @@ -218,12 +222,12 @@ } } - .leaderboard.warn .header { + .timer.warn { animation: panic_colorize_wr 0.5s infinite; animation-direction: alternate; } - .leaderboard.panic .header { + .timer.panic { animation: panic_colorize_wr 0.25s infinite; animation-direction: alternate; } @@ -237,10 +241,11 @@