style(client): hide version footer on mobile when bottom navigation is active

This commit is contained in:
2026-06-03 19:15:09 +02:00
parent 979b572136
commit 5c77bbfdc3
+6
View File
@@ -5585,6 +5585,12 @@ html.theme-cupertino .events-scroll-container {
pointer-events: none;
}
@media (max-width: 768px) {
body:has(.app-bottom-nav) .app-version-footer {
display: none;
}
}
.app-version-footer a,
.app-version-footer button {
pointer-events: auto;