fix(stats): divide comparison sections

This commit is contained in:
Adam 2026-07-16 13:03:36 -05:00
commit 453b61e27b
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -6081,6 +6081,7 @@ body {
height: 800px;
box-sizing: border-box;
border-right: 1px solid var(--stats-line);
border-bottom: 1px solid var(--stats-line);
border-left: 1px solid var(--stats-line);
color: var(--stats-text);
background: var(--stats-bg);