Beta #30

Merged
didirus merged 990 commits from beta into release 2026-06-20 05:06:18 +00:00
Showing only changes of commit bbc31ef077 - Show all commits
+2 -2
View File
@@ -1820,7 +1820,7 @@ const footerLinks = [
padding-bottom: var(--size-rounded-card);
left: 0;
background-color: var(--color-raised-bg);
z-index: 6;
z-index: 11; // 20 = modals, 10 = svg icons
transform: translateY(100%);
transition: transform 0.4s cubic-bezier(0.54, 0.84, 0.42, 1);
border-radius: var(--size-rounded-card) var(--size-rounded-card) 0 0;
@@ -1901,7 +1901,7 @@ const footerLinks = [
bottom: 0;
background-color: var(--color-raised-bg);
box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
z-index: 7;
z-index: 11; // 20 = modals, 10 = svg icons
width: 100%;
align-items: center;
justify-content: space-between;