Show current effect averages in damage optimizer

This commit is contained in:
Jan Bader
2026-06-20 23:53:39 +02:00
parent 196e6e3630
commit 8a3c703961
3 changed files with 40 additions and 0 deletions
+10
View File
@@ -284,6 +284,16 @@ h3 { margin-bottom: 0; }
font-weight: 800;
overflow-wrap: anywhere;
}
.current-effect-summary {
border-top: 1px solid var(--border);
padding-top: 0.75rem;
}
.current-effect-summary h3 {
color: var(--muted);
font-size: 0.95rem;
margin-bottom: 0.35rem;
}
.current-effect-summary .optimum-suggestion { color: var(--text); }
.swap-actions {
display: flex;
flex-wrap: wrap;