Skip to content

Commit c598d1c

Browse files
author
ldkud50
committed
fix: increase stat button min-height to prevent squashing
1 parent f20876e commit c598d1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dist/solar-flow-card.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ class SolarFlowCard extends HTMLElement {
245245
.stats-row{display:flex;gap:3px;}
246246
.stat-btn{
247247
flex:1;border-radius:8px;border:1px solid;
248-
padding:5px 3px 4px;display:flex;flex-direction:column;
249-
align-items:center;gap:2px;position:relative;overflow:hidden;
250-
box-sizing:border-box;min-width:0;
248+
padding:6px 3px 5px;display:flex;flex-direction:column;
249+
align-items:center;justify-content:center;gap:3px;position:relative;overflow:hidden;
250+
box-sizing:border-box;min-width:0;min-height:70px;
251251
}
252252
.stat-shimmer{
253253
position:absolute;top:0;left:0;right:0;height:1px;

0 commit comments

Comments
 (0)