Skip to content

Commit

Permalink
Fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
th3jesta committed Jan 3, 2023
1 parent 6c4be41 commit 4d0e168
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
border-top: 10px solid var(--lcars-card-top-color);
border-left: 35px solid var(--lcars-card-top-color);
}
ha-card.header > ha-markdown {
border-radius: 20px 0 0 0;
}
ha-card.header-right {
background: var(--lcars-card-top-color) !important;
text-transform: uppercase;
Expand Down Expand Up @@ -279,6 +282,9 @@
padding-left: 15px;
margin-top: -4px;
}
ha-card.footer > ha-markdown {
border-radius: 0 0 0 20px !important;
}
/* Small button class and fixes for specific cards */
ha-card.button-small {
display: flex;
Expand Down Expand Up @@ -394,7 +400,7 @@
/* ?Fix for markdown cards that are not headers? */
ha-markdown.no-header {
background: black;
border-radius: 20px 0px 0px 0px;
border-radius: unset;
padding-top: 0px !important;
padding-bottom: 0 !important;
}
Expand Down

0 comments on commit 4d0e168

Please sign in to comment.