1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:57:40 +03:00

BE sync / gitea

This commit is contained in:
Anton Afanasyeu
2026-06-10 20:22:08 +02:00
parent 10fade4a4d
commit 5e4f208d83
14 changed files with 781 additions and 17 deletions

View File

@@ -151,7 +151,7 @@
right: 0;
bottom: var(--landing-footer-h);
display: flex;
z-index: 2;
z-index: 5;
pointer-events: none;
}
@@ -410,12 +410,20 @@
}
/* (5) Footer stays platform-footer; lift above globe */
.hub-landing .platform-footer {
.hub-landing .bottom-bar.platform-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 12;
height: var(--landing-footer-h);
min-height: var(--landing-footer-h);
max-height: var(--landing-footer-h);
pointer-events: none;
}
.hub-landing .bottom-bar.platform-footer a,
.hub-landing .bottom-bar.platform-footer button {
pointer-events: auto;
}
/* Clock widget below header */