Remove visual effects and adjust HUD overflow behavior
Removed border, background, blur, and shadow effects on specific UI elements to simplify the design. Changed the HUD overflow property from "hidden" to "visible" to allow better flexibility.
This commit is contained in:
@@ -131,7 +131,7 @@ body {
|
||||
/* HUD */
|
||||
.playerHud {
|
||||
align-items: stretch;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
display: grid;
|
||||
grid-template-columns: 1.1fr 1.7fr 1.1fr;
|
||||
gap: 14px;
|
||||
|
||||
Reference in New Issue
Block a user