Improve HUD styling and layout consistency

Adjusted various height, padding, and spacing values for better alignment and responsiveness in the HUD. Increased font sizes and refined positioning to ensure a visually balanced layout. These changes enhance the user experience by improving aesthetic and functional design.
This commit is contained in:
2026-02-07 12:30:29 +01:00
parent 3e4e26297b
commit 598b8b9b6e
2 changed files with 17 additions and 9 deletions

View File

@@ -130,6 +130,7 @@ body {
/* HUD */
.playerHud {
height: 100%;
min-height: 0;
overflow: hidden;
display: grid;
@@ -139,6 +140,7 @@ body {
}
.playerHudMiddle {
height: 100%;
min-width: 0;
min-height: 0;
overflow: hidden;