Add initial keyboard shortcut support.

This commit is contained in:
Dermot Duffy
2024-06-05 21:44:17 -07:00
parent 904f6d8142
commit 7ab545738d
186 changed files with 9564 additions and 3658 deletions
+3
View File
@@ -18,6 +18,9 @@
max-height: var(--frigate-card-max-height);
min-height: var(--frigate-card-min-height);
// Ensure all clicks at the top level work.
pointer-events: all;
// The standard HA header is 56 pixels tall, so that much off the top (header)
// and bottom (to maintain center), before doing the calculation of
// max-height. This matters on small mobile devices in landscape orientation.