We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c0ebc commit c52579eCopy full SHA for c52579e
compact-power-card.js
@@ -1122,6 +1122,11 @@ class CompactPowerCard extends (window.LitElement ||
1122
display: none;
1123
}
1124
1125
+ :host(.pv-as-battery) .pv-marker .node-label,
1126
+ ha-card.pv-as-battery .pv-marker .node-label {
1127
+ transform: translateY(-3px);
1128
+ }
1129
+
1130
1131
:host(.no-pv) #line-pv-grid,
1132
:host(.no-pv) #line-pv-home,
0 commit comments