Minor ui fix

This commit is contained in:
KOWX712
2024-11-24 23:01:29 +08:00
parent 9e57c81a66
commit 336efb8d3e
3 changed files with 4 additions and 3 deletions

View File

@@ -114,6 +114,7 @@
<span data-i18n="telegram_channel"></span>:
<span>t.me/kowchannel</span>
</p>
<br>
<p>
<span data-i18n="github">GitHub</span>:
<span>github.com/KOWX712/Tricky-Addon-Update-Target-List</span>

View File

@@ -232,7 +232,7 @@ async function fetchAppList() {
} catch (error) {
console.error("Failed to fetch or render app list with names:", error);
}
floatingBtn.style.transform = "translateY(-100px)";
floatingBtn.style.transform = "translateY(-120px)";
}
// Function to refresh app list
@@ -685,7 +685,7 @@ window.addEventListener('scroll', () => {
} else if (window.scrollY < lastScrollY) {
title.style.transform = 'translateY(0)';
searchMenuContainer.style.transform = 'translateY(0)';
floatingBtn.style.transform = 'translateY(-100px)';
floatingBtn.style.transform = 'translateY(-120px)';
}
if (languageMenu.classList.contains("show")) {
languageMenu.classList.remove("show");

View File

@@ -537,7 +537,7 @@ body {
display: flex;
justify-content: center;
position: fixed;
bottom: -50px;
bottom: -70px;
left: 50%;
transform: translateX(-50%);
z-index: 3;