Commit ace7093c authored by Muhammadali's avatar Muhammadali

update-

parent 32345d6a
{
"name": "boxdialer",
"version": "3.8.8",
"version": "3.8.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -30,7 +30,8 @@ const Block = styled.div`
border-top-left-radius: 13px;
border-bottom-left-radius: 13px;
transition: 0.3s;
${({ hidden }) => positionInnerCaller(hidden)}
right: ${({ hidden }) => (hidden ? '52px' : '-270px')};
display: grid;
grid-template-rows: 1fr 1fr;
grid-row-gap: 5px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment