From d490103eaef2c883233cc3c246503c904a902704 Mon Sep 17 00:00:00 2001 From: JekkiNoopy Date: Wed, 20 May 2026 02:19:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=89=E6=AC=84=E5=88=97=E5=90=8C?= =?UTF-8?q?=E5=88=97=E4=B8=8A=E4=B8=8B=E7=BD=AE=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- totoga2/readable.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/totoga2/readable.html b/totoga2/readable.html index db6ce39..0154637 100644 --- a/totoga2/readable.html +++ b/totoga2/readable.html @@ -390,10 +390,10 @@ margin-bottom: 0.75rem; } - /* 三欄列:flex 全寬(排除 overlap-style) */ + /* 三欄列:flex 全寬,同列上下置中(排除 overlap-style) */ body.ebook-ssg2-page.totoga2-page #totoga2-reader .container:not(.readable-homework-block):not(.overlap-style):has(> .container31):has(> .container32):has(> .container33) { display: flex; - align-items: flex-start; + align-items: center; justify-content: flex-start; width: 100%; max-width: 100%; @@ -412,11 +412,11 @@ flex: 1 1 33.33%; min-width: 0; height: auto; + align-self: center; display: flex; flex-direction: column; - align-items: stretch; - align-self: flex-start; - justify-content: flex-start; + align-items: center; + justify-content: center; margin-top: 0; box-sizing: border-box; } @@ -426,10 +426,11 @@ border-radius: 10px; overflow: hidden; line-height: 0; + width: 100%; } body.ebook-ssg2-page.totoga2-page #totoga2-reader .container:not(.readable-homework-block):not(.overlap-style):has(> .container31):has(> .container32):has(> .container33)>.container32 { - align-self: center; + align-items: stretch; overflow: visible; }