Show current effect averages in damage optimizer
This commit is contained in:
+10
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user