Hi, so I customized the quick to add button into a button with only icon no text (Please see image reference). But my concern is that everytime i click the button the icon become so tiny (You may test it with this link).
Here is the css of the button
.quick-add-svg{
width: 30px;
height: 30px;
border: 1px;
background: #00000040;
border-radius: 50px;
position: relative;
bottom: 130px;
left: 10px;
display: flex;
color: white;
align-items: center;
padding:5px;
box-sizing: border-box;
cursor:pointer;
}
This plus icon from the image is what I am referring to
Then ofc you may test it through this link

