1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:58:14 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-27 22:53:49 +02:00
parent 43f802de5d
commit 2b7397edd2
16 changed files with 1843 additions and 262 deletions

View File

@@ -38,6 +38,26 @@
z-index: 4;
}
.hub-logo-layer--compass {
z-index: 5;
left: 54.7%;
top: 75.9%;
width: 11.5%;
height: auto;
inset: auto;
transform: translate(-50%, -50%);
pointer-events: auto;
cursor: pointer;
transition: transform 0.22s ease, filter 0.22s ease;
}
.hub-logo-layer--compass:hover,
.hub-logo-layer--compass:focus-visible {
transform: translate(-50%, -50%) scale(1.12);
filter: drop-shadow(0 0 16px rgba(186, 228, 255, 0.55));
outline: none;
}
.hub-logo-layer--tail {
z-index: 5;
}