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

@@ -904,11 +904,19 @@
inset: 0;
z-index: 20;
}
.hub-docs-modal[hidden] {
display: none !important;
pointer-events: none !important;
}
.hub-docs-backdrop {
position: absolute;
inset: 0;
background: rgba(4, 8, 14, 0.66);
pointer-events: auto;
}
.hub-docs-modal[hidden] .hub-docs-backdrop {
pointer-events: none;
}
.hub-docs-panel {