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