mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
fix: make playcount smaller and on the bottom (#1669)
This commit is contained in:
@@ -401,10 +401,6 @@ export function StatDisplay({
|
||||
>
|
||||
<span className="fs-5 fw-semibold">{FormatChart(chart)}</span>
|
||||
</Link>
|
||||
<div className="align-items-baseline d-flex flex-wrap gap-1 justify-content-center mt-2">
|
||||
<span className="small text-body-secondary text-uppercase">Playcount</span>
|
||||
<span className="fs-3 fw-bold tabular-nums">{playcount}</span>
|
||||
</div>
|
||||
</div>
|
||||
{pb ? (
|
||||
<div className="overflow-x-auto px-0">
|
||||
@@ -421,6 +417,10 @@ export function StatDisplay({
|
||||
) : (
|
||||
<p className="fst-italic mb-0 text-body-secondary">Not played</p>
|
||||
)}
|
||||
<div className="align-items-baseline d-flex flex-wrap gap-1 justify-content-center">
|
||||
<span className="small text-body-secondary text-uppercase">Playcount</span>
|
||||
<span className="fw-semibold small tabular-nums">{playcount}</span>
|
||||
</div>
|
||||
{compareChart && (
|
||||
<div className="showcase-compare-block text-start">
|
||||
<StatDelta
|
||||
|
||||
Reference in New Issue
Block a user