Add show_controls to editor support.

This commit is contained in:
Dermot Duffy
2022-04-10 11:12:08 -07:00
parent ea10d1a634
commit 216afa015f
7 changed files with 53 additions and 14 deletions
+5 -3
View File
@@ -1,12 +1,14 @@
ha-icon.favorite {
position: absolute;
color: var(--primary-color);
padding: 2px;
color: gold;
background: rgba(0,0,0,0.2);
border-radius: 50%;
}
ha-icon.timeline {
position: absolute;
color: var(--primary-color);
padding: 2px;
right: 0px;
background: rgba(0,0,0,0.2);
border-radius: 50%;
}