1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:18:42 +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

@@ -29,14 +29,15 @@
/* Interactive globe canvas replaces globe + continents + gridOverlay when globe3d=1 */
.hub-globe-canvas {
position: fixed;
z-index: 3;
pointer-events: auto;
z-index: 1;
pointer-events: none;
cursor: grab;
touch-action: none;
border-radius: 50%;
}
.hub-globe-canvas.is-dragging {
pointer-events: auto;
cursor: grabbing;
}