diff --git a/index.html b/index.html index dd8ea4b8..6df32de9 100644 --- a/index.html +++ b/index.html @@ -327,6 +327,8 @@ width: 50px; height: 50px; position: fixed; + bottom: 80px !important; /* Increased to move the button higher */ + right: 80px !important; /* Increased to move the button further left */ bottom: 23px; right: 44px; background-color: #ab45e7; @@ -335,6 +337,7 @@ border-radius: 50%; cursor: pointer; font-size: 18px; + display: flex !important; /* Added to center content */ align-items: center; justify-content: center; } @@ -497,7 +500,8 @@ document.documentElement.setAttribute("data-theme", newTheme); } - + +