From 9cd213569921246fe080c3dd98fe53256e25af4a Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Tue, 2 Apr 2024 00:06:14 +0530 Subject: [PATCH] (fixed): navmenu circle not filling-up tablet screens --- htdocs/assets/extra-style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);