home assistant widget

This commit is contained in:
2025-12-10 23:47:28 +01:00
parent 0b3a6c4696
commit 6582fb16e8
6 changed files with 86 additions and 3 deletions

View File

@@ -41,6 +41,15 @@ window {
color: #111;
}
.minimized {
background-color: rgba(50, 50, 50, 0.5);
}
.restored {
background-color: transparent;
}
button {
padding: 2px 5px;
margin: 0 2px;