Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed Jan 3, 2025
1 parent 8240739 commit 004dd35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ The widgets are designed for VIS 1.x.
-->
### **WORK IN PROGRESS**

* Added new style "text only" to switch and view-in-widget tiles
* Added new style "text only" to switch and view-in-widget-dialog tiles
* Fixed some issues from adapter checker
* Fixed some styles of view-in-widget-swipe

### 0.3.2 (2024-12-03)

Expand Down
2 changes: 1 addition & 1 deletion widgets/vis-homekittiles/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
.homekitTiles .blockOperation .blocked {
z-index: 999;
}
.homekitTiles:not(.dialog):has(.blockOperation .show-disabled) {
.homekitTiles:not(.dialog):not(.viewInWidget):has(.blockOperation .show-disabled) {
opacity: 0.3;
}

Expand Down

0 comments on commit 004dd35

Please sign in to comment.