Skip to content

Commit

Permalink
Fixed pseudo-element dynamic resize: #4
Browse files Browse the repository at this point in the history
  • Loading branch information
th3jesta committed Jan 2, 2023
1 parent f5972c8 commit d3f56ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,6 @@
border-top-right-radius: 40px !important;
border-top-left-radius: 40px !important;
}
ha-card:focus {
background: unset !important;
}
ha-card > .name {
color: black;
}
Expand Down Expand Up @@ -761,7 +758,8 @@
opacity: 0 !important;
}
paper-listbox::before {
content: linear-gradient(to bottom left, transparent 10%, #AAAAAADD 30%, #000000AA 60%, transparent 90%);
content: "";
background: linear-gradient(to bottom left, transparent 10%, #AAAAAADD 30%, #000000AA 60%, transparent 90%);
width: 100%;
height: 120%;
margin-top: -130px;
Expand Down

0 comments on commit d3f56ae

Please sign in to comment.