HUD overflow tweak; eliminate flexbox dep
1 files changed, 4 insertions(+), 6 deletions(-) M starkingdoms-client/src/css/hud.css
M starkingdoms-client/src/css/hud.css => starkingdoms-client/src/css/hud.css +4 -6
@@ 1,15 1,13 @@ .hud { position: absolute; - bottom: 10px; - margin: 0 0; - display: flex; - justify-content: center; - width: 100%; + bottom: .5em; + left: .5em; + width: calc(100% - 1em); } #hud-content-wrapper { width: min(100vw, 620px); - gap: 16px; + margin: 0 auto; } #hud-content-wrapper > table {