diff --git a/htdocs/assets/extra-style.css b/htdocs/assets/extra-style.css index 5cd6275..e6500ef 100644 --- a/htdocs/assets/extra-style.css +++ b/htdocs/assets/extra-style.css @@ -287,7 +287,7 @@ background: #38BDF8; .navbtn-circle-popzooom-in { animation: circlePopZoomIn 0.5s ease-in-out; - transform: scale(50); + transform: scale(100); } .navbtn-circle-popzooom-out { @@ -337,13 +337,13 @@ background: #38BDF8; transform: scale(1); } 100% { - transform: scale(50); + transform: scale(100); } } @keyframes circlePopZoomOut { 0% { - transform: scale(50); + transform: scale(100); } 100% { transform: scale(1);