From e1896c691c2372559f920b2aa7fcc241898049e9 Mon Sep 17 00:00:00 2001 From: Lliar-liar <1169523200@qq.com> Date: Sun, 24 May 2026 17:23:28 +0000 Subject: [PATCH] Improve ablation table layout --- index.html | 18 ++++++++++++------ skillopt.html | 18 ++++++++++++------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 3c1eb2d..8c069f3 100644 --- a/index.html +++ b/index.html @@ -581,11 +581,17 @@ font-size: 1rem; } - .split { + .ablation-layout { display: grid; - grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; - align-items: stretch; + } + + .ablation-layout table { + min-width: 720px; + } + + .ablation-summary .mini-list { + grid-template-columns: repeat(3, minmax(0, 1fr)); } .evolution-shell { @@ -960,7 +966,6 @@ .manifesto, .teaser-heading, .section-header, - .split, .evolution-shell { grid-template-columns: 1fr; } @@ -1008,6 +1013,7 @@ } .method-grid, + .ablation-summary .mini-list, .transfer-grid, .evolution-footnotes, .steps { @@ -1372,7 +1378,7 @@ -
+
@@ -1431,7 +1437,7 @@
-
+

What the ablations say

diff --git a/skillopt.html b/skillopt.html index 3c1eb2d..8c069f3 100644 --- a/skillopt.html +++ b/skillopt.html @@ -581,11 +581,17 @@ font-size: 1rem; } - .split { + .ablation-layout { display: grid; - grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; - align-items: stretch; + } + + .ablation-layout table { + min-width: 720px; + } + + .ablation-summary .mini-list { + grid-template-columns: repeat(3, minmax(0, 1fr)); } .evolution-shell { @@ -960,7 +966,6 @@ .manifesto, .teaser-heading, .section-header, - .split, .evolution-shell { grid-template-columns: 1fr; } @@ -1008,6 +1013,7 @@ } .method-grid, + .ablation-summary .mini-list, .transfer-grid, .evolution-footnotes, .steps { @@ -1372,7 +1378,7 @@
-
+
@@ -1431,7 +1437,7 @@
-
+

What the ablations say