Show hit and crit damage in DPS metric

This commit is contained in:
Jan Bader
2026-06-16 15:27:38 +02:00
parent 00f4ee6c6b
commit 98a1e81b45
3 changed files with 16 additions and 3 deletions
+1
View File
@@ -151,6 +151,7 @@ h3 { margin-bottom: 0; }
.metric { padding: 1rem; }
.metric span { display: block; color: var(--muted); margin-bottom: 0.35rem; }
.metric strong { font-size: 1.8rem; }
.metric small { display: block; margin-top: 0.4rem; color: var(--muted); line-height: 1.35; }
.results { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 1rem; }
.recommendation-list { display: grid; gap: 0.75rem; padding-left: 1.5rem; }