Skip to content

Commit

Permalink
Merge pull request #969 from TomasMonkevic/main
Browse files Browse the repository at this point in the history
Fix 'custom_card_bar_card' bar border radius
  • Loading branch information
basbruss authored Sep 5, 2022
2 parents 35e6f6d + 6dfa5a9 commit 50fd47d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_cards/custom_card_bar_card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Initial release.
<summary>0.1.1</summary>
Fix for UI Minimalist v1.0.1.
</details>
<details>
<summary>0.1.2</summary>
Fix border radius
</details>

## Requirements

Expand Down
2 changes: 2 additions & 0 deletions custom_cards/custom_card_bar_card/custom_card_bar_card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ custom_card_bar_card:
max: "[[[ return variables.ulm_custom_card_bar_card_max ]]]"
style: |-
bar-card-currentbar {
border-radius: 0px !important;
right: 0;
}
bar-card-backgroundbar {
border-radius: 0px !important;
right: 0;
}
#states {
Expand Down

0 comments on commit 50fd47d

Please sign in to comment.