Add support for pre-defined zoom/pan settings.

This commit is contained in:
Dermot Duffy
2024-04-27 14:55:38 -07:00
parent 246dd7ff54
commit 7917e5c537
59 changed files with 1981 additions and 638 deletions
+8
View File
@@ -2,8 +2,16 @@
display: block;
height: 100%;
width: 100%;
position: relative;
}
.hidden {
display: none;
}
ha-icon {
position: absolute;
top: 10px;
right: 10px;
color: var(--primary-color);
}