Refine UI styles for improved layout and visual consistency

Updated component and HUD styles to add better alignment, spacing, and consistent radius values. Enhanced background effects and shadows for a more polished and subtle appearance. Adjusted layout properties to ensure proper stretching and alignment of elements.
This commit is contained in:
2026-02-07 12:33:10 +01:00
parent 598b8b9b6e
commit b65d25f66a
2 changed files with 19 additions and 13 deletions

View File

@@ -130,8 +130,7 @@ body {
/* HUD */
.playerHud {
height: 100%;
min-height: 0;
align-items: stretch;
overflow: hidden;
display: grid;
grid-template-columns: 1.1fr 1.7fr 1.1fr;