Skip to content

Commit

Permalink
minor markets-header adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
norwnd committed Dec 21, 2024
1 parent 8676224 commit 02f0afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions client/webserver/site/src/css/market.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,6 @@ div[data-handler=markets] {
display: grid;
grid-template-columns: auto auto auto auto auto;
}

.fiat-price {
color: var(--text-warning);
}
}

#headerSpace .market-stats {
Expand Down
4 changes: 2 additions & 2 deletions client/webserver/site/src/html/markets.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<span data-tmpl="bisonPrice" class="fs20"></span>
</div>

<div class="statgrid mx-1">
<div class="statgrid mx-2">
<span class="fs15 grey border-bottom border-start px-2">[[[Fiat Price]]]</span>
<span class="fs15 grey border-bottom px-2">[[[Change24]]]</span>
<span class="fs15 grey border-bottom px-2">[[[Volume24]]]</span>
<span class="fs15 grey border-bottom px-2">[[[High24]]]</span>
<span class="fs15 grey border-bottom ps-2">[[[Low24]]]</span>

<div class="border-start px-2 fiat-price" data-tmpl="fiatPrice">-</div>
<div class="border-start px-2" data-tmpl="fiatPrice">-</div>
<div class="px-2" data-tmpl="change24">-</div>
<div class="d-flex justify-content-start align-items-center px-2">
<div data-tmpl="volume24">-</div>
Expand Down

0 comments on commit 02f0afe

Please sign in to comment.