You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
Minor ui fix
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -537,7 +537,7 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: fixed;
|
||||
bottom: -50px;
|
||||
bottom: -70px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 3;
|
||||
|
||||
Reference in New Issue
Block a user