Better fullscreen logic and HA frontend fix.

This commit is contained in:
Dermot Duffy
2021-09-30 22:46:10 -07:00
parent 6f65f3796e
commit 3c10b329a2
3 changed files with 26 additions and 17 deletions
+2
View File
@@ -9,6 +9,8 @@ import menuStyle from '../scss/menu.scss';
type FrigateCardMenuCallback = (name: string) => void;
export const MENU_HEIGHT = 46;
// A menu for the Frigate card.
@customElement('frigate-card-menu')
export class FrigateCardMenu extends LitElement {