hud 6
This commit is contained in:
parent
9c4e55a63e
commit
8e71687799
@ -12,6 +12,8 @@
|
||||
flex-direction: column;
|
||||
gap: 0;
|
||||
|
||||
width: 310px;
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@ -37,7 +39,8 @@
|
||||
padding: 6px 14px 6px 6px;
|
||||
pointer-events: all;
|
||||
|
||||
width: 290px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
box-shadow:
|
||||
0 2px 12px rgba(0, 0, 0, 0.7),
|
||||
@ -182,6 +185,8 @@
|
||||
|
||||
padding: 5px 10px;
|
||||
pointer-events: all;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user