From 69bca1f639798b7cc298959a36ac3c2bcb28e7b6 Mon Sep 17 00:00:00 2001 From: Masashi Katsumata Date: Sat, 21 Mar 2026 09:47:22 +0900 Subject: [PATCH] fix: the overview pages layout were broken --- src/styles/global.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index bb09183..3abe6c4 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -13,8 +13,14 @@ min-height: 0; /* 縮小のバグを回避 */ height: 250px; } +.manga div > p { + margin: 0; + width: 100%; + height: 100%; +} .manga div img { min-width: 250px; + display: block; width: 100%; height: 100%; object-fit: contain;