Skip to content

Commit

Permalink
explorer: update StatisticsPanel layout
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed Oct 25, 2024
1 parent 1a1c949 commit a761a23
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions explorer/src/lib/containers/statistics-panel/StatisticsPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@
gap: var(--desktop-gap);
}

.statistics-panel__statistics-column:nth-child(5) {
grid-column: span 2;
text-align: center;
}

.statistics-panel__statistics-column:nth-child(5)
.statistics-panel__statistics-item-value-container {
justify-content: center;
}

.statistics-panel__statistics-item-value {
display: flex;
align-items: center;
Expand All @@ -111,4 +121,14 @@
grid-template-columns: repeat(5, 1fr);
align-items: center;
}

.statistics-panel__statistics-column:nth-child(5) {
grid-column: span 1;
text-align: start;
}

.statistics-panel__statistics-column:nth-child(5)
.statistics-panel__statistics-item-value-container {
justify-content: start;
}
}

0 comments on commit a761a23

Please sign in to comment.