fynd
This commit is contained in:
parent
d163fe21d1
commit
a9a4a1f4c8
@ -6,8 +6,8 @@
|
||||
|
||||
#quickmenu-panel {
|
||||
position: fixed;
|
||||
bottom: 60px;
|
||||
left: 430px;
|
||||
bottom: 20px;
|
||||
left: 50%;
|
||||
z-index: 1999;
|
||||
|
||||
display: grid;
|
||||
@ -22,7 +22,7 @@
|
||||
opacity 0.25s ease,
|
||||
transform 0.25s ease;
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user