1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:57:50 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-26 18:25:01 +02:00
parent 3047d2c643
commit 87d3df810c
11 changed files with 853 additions and 21 deletions

View File

@@ -8,19 +8,9 @@
isolation: isolate;
}
/* Debug watermark visibility */
/* Logo background is loaded progressively by hub-logo-layers.css when supported. */
.hub-page::before {
content: "";
position: fixed;
inset: 0;
z-index: 0;
pointer-events: none;
background: url("assets/hub-logo.svg") center center / cover no-repeat;
opacity: 0.75;
}
[data-theme="light"] .hub-page::before {
opacity: 0.75;
content: none;
}
.hub-shell {