This commit is contained in:
2026-01-05 12:07:05 +00:00
parent 43db777f2c
commit e71efd409b
2 changed files with 81 additions and 32 deletions

View File

@@ -191,7 +191,6 @@ export class DeesStatsGrid extends DeesElement {
min-height: var(--content-min-height);
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
}
@@ -306,6 +305,7 @@ export class DeesStatsGrid extends DeesElement {
display: flex;
flex-direction: column;
gap: 8px;
flex: 1;
}
.trend-header {
@@ -341,6 +341,7 @@ export class DeesStatsGrid extends DeesElement {
width: 100%;
height: 28px;
position: relative;
margin-top: auto;
}
.trend-svg {