mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:57:40 +03:00
BE sync / gitea
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user