diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-10 00:09:40 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-10 00:09:40 +0200 |
| commit | 73346f6e281bc59713381688f30325aea2039890 (patch) | |
| tree | b52da100b5f4d50e2c786a788eafd7e5b3cacaa3 /webAO/client.ts | |
| parent | 2194597e6ec4c8d4a8aefcb8e90cf02598b0a4df (diff) | |
add DR2 music to theme
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 5444a1b..5cee9bf 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -2762,6 +2762,9 @@ export function resizeChatbox() { const gameHeight = document.getElementById("client_background").offsetHeight; chatContainerBox.style.fontSize = `${(gameHeight * 0.0521).toFixed(1)}px`; + + const trackstatus = <HTMLMarqueeElement>(document.getElementById("client_trackstatustext")); + trackstatus.width = (trackstatus.offsetWidth-1)+"px"; } window.resizeChatbox = resizeChatbox; |
