From cb5235bc3f6fc04511b7bb99e2ef2f414cfc80d2 Mon Sep 17 00:00:00 2001 From: krahets Date: Sun, 19 Apr 2026 02:02:58 +0800 Subject: [PATCH] build --- overrides/stylesheets/extra.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/overrides/stylesheets/extra.css b/overrides/stylesheets/extra.css index db5f0d93a..96f7453b8 100644 --- a/overrides/stylesheets/extra.css +++ b/overrides/stylesheets/extra.css @@ -383,6 +383,7 @@ html:has(body[data-md-color-scheme="default"]) { .home-div { width: 100%; height: auto; + box-sizing: border-box; display: flex; justify-content: center; align-items: center; @@ -805,4 +806,16 @@ a:hover .device-on-hover { height: min(78vw, 32rem); margin: 0 0 1em; } + + .media-block>a { + display: flex; + flex-direction: column; + align-items: center; + width: 100%; + max-width: 100%; + } + + .media-block .device-on-hover { + max-width: 100%; + } }