Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Feb 24, 2025
1 parent 5f4dfc8 commit a13d9da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/MiningStatisticsGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ if (process.client) {
&--max-tps {
grid-area: 9 / 1 / 10 / 2;
@media (--desktop) {
grid-area: 3 / 2 / 4 / 3;
}
Expand All @@ -258,6 +259,7 @@ if (process.client) {
/* chart resizing fix*/
grid-area: 10 / 1 / 11 / 2;
@media (--desktop) {
grid-area: 1 / 4 / 4 / 5;
}
Expand Down

0 comments on commit a13d9da

Please sign in to comment.