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

be dirty sync

This commit is contained in:
Anton Afanasyeu
2026-05-27 15:47:15 +02:00
parent 87d3df810c
commit 92fc65e02e
26 changed files with 774 additions and 884 deletions

View File

@@ -8,10 +8,7 @@
isolation: isolate;
}
/* Logo background is loaded progressively by hub-logo-layers.css when supported. */
.hub-page::before {
content: none;
}
/* Logo background is injected on demand into #hub-logo-stage (see index.html). */
.hub-shell {
flex: 1;
@@ -51,9 +48,17 @@
.hub-title {
margin: 0 0 8px;
font-size: 1.75rem;
font-weight: 600;
letter-spacing: -0.02em;
font-size: 2.45rem;
font-weight: 800;
line-height: 1.02;
letter-spacing: -0.015em;
}
.hub-thunder {
width: clamp(220px, 34vw, 340px);
height: auto;
margin-top: -2px;
filter: drop-shadow(0 0 8px rgba(170, 220, 255, 0.35));
}
.hub-subtitle {