update hud 3

This commit is contained in:
Cay 2026-03-16 14:27:50 +00:00
parent a65f696ed9
commit ee71a903c2
2 changed files with 20 additions and 18 deletions

View File

@ -5,7 +5,7 @@
#hud {
position: fixed;
top: 10px;
left: 60px;
left: 10px;
z-index: 1500;
display: flex;
@ -24,7 +24,8 @@
align-items: center;
gap: 0;
background: linear-gradient(135deg,
background: linear-gradient(
135deg,
rgba(10, 6, 2, 0.92) 0%,
rgba(30, 18, 6, 0.92) 100%
);
@ -36,7 +37,7 @@
padding: 6px 14px 6px 6px;
pointer-events: all;
min-width: 280px;
width: 290px;
box-shadow:
0 2px 12px rgba(0, 0, 0, 0.7),
@ -169,7 +170,8 @@
align-items: center;
gap: 8px;
background: linear-gradient(135deg,
background: linear-gradient(
135deg,
rgba(8, 5, 1, 0.92) 0%,
rgba(22, 13, 4, 0.92) 100%
);

View File

@ -4,8 +4,8 @@
#quickmenu-toggle {
position: fixed;
top: 16px;
left: 16px;
top: 10px;
left: 310px;
z-index: 2000;
width: 36px;
@ -38,8 +38,8 @@
#quickmenu-panel {
position: fixed;
top: 60px;
left: 16px;
top: 140px;
left: 10px;
z-index: 1999;
display: grid;