update hud 3
This commit is contained in:
parent
a65f696ed9
commit
ee71a903c2
@ -5,7 +5,7 @@
|
|||||||
#hud {
|
#hud {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 60px;
|
left: 10px;
|
||||||
z-index: 1500;
|
z-index: 1500;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -24,7 +24,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
|
||||||
background: linear-gradient(135deg,
|
background: linear-gradient(
|
||||||
|
135deg,
|
||||||
rgba(10, 6, 2, 0.92) 0%,
|
rgba(10, 6, 2, 0.92) 0%,
|
||||||
rgba(30, 18, 6, 0.92) 100%
|
rgba(30, 18, 6, 0.92) 100%
|
||||||
);
|
);
|
||||||
@ -36,7 +37,7 @@
|
|||||||
padding: 6px 14px 6px 6px;
|
padding: 6px 14px 6px 6px;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
|
||||||
min-width: 280px;
|
width: 290px;
|
||||||
|
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 2px 12px rgba(0, 0, 0, 0.7),
|
0 2px 12px rgba(0, 0, 0, 0.7),
|
||||||
@ -169,7 +170,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
||||||
background: linear-gradient(135deg,
|
background: linear-gradient(
|
||||||
|
135deg,
|
||||||
rgba(8, 5, 1, 0.92) 0%,
|
rgba(8, 5, 1, 0.92) 0%,
|
||||||
rgba(22, 13, 4, 0.92) 100%
|
rgba(22, 13, 4, 0.92) 100%
|
||||||
);
|
);
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#quickmenu-toggle {
|
#quickmenu-toggle {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 16px;
|
top: 10px;
|
||||||
left: 16px;
|
left: 310px;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
|
||||||
width: 36px;
|
width: 36px;
|
||||||
@ -38,8 +38,8 @@
|
|||||||
|
|
||||||
#quickmenu-panel {
|
#quickmenu-panel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 60px;
|
top: 140px;
|
||||||
left: 16px;
|
left: 10px;
|
||||||
z-index: 1999;
|
z-index: 1999;
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user