Maintain the selected range in the view.

This commit is contained in:
Dermot Duffy
2022-04-02 09:26:34 -07:00
parent a8770ec61a
commit a94f53f8da
11 changed files with 464 additions and 224 deletions
+8 -1
View File
@@ -2,4 +2,11 @@ ha-icon.favorite {
position: absolute;
color: var(--primary-color);
padding: 2px;
}
}
ha-icon.timeline {
position: absolute;
color: var(--primary-color);
padding: 2px;
right: 0px;
}