Skip to content

Commit

Permalink
bug: fix bug where solar circle wasn't centered
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Mar 27, 2023
1 parent 24510fd commit 8614601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/power-flow-card-plus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,10 @@ export class PowerFlowCard extends LitElement {
.individual1 .circle {
border-color: var(--individualone-color);
}
.circle-container.low-carbon {
margin-right: 4px;
height: 130px;
}
.low-carbon path {
stroke: var(--non-fossil-color);
}
Expand Down

0 comments on commit 8614601

Please sign in to comment.