From eef8c52349869f13f51c8c3cd7c72672c83edc67 Mon Sep 17 00:00:00 2001 From: LazuliKao Date: Sun, 22 Sep 2024 18:05:37 +0800 Subject: [PATCH] fix --- src/styles/global.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 88731c2..79b86f1 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -6832,13 +6832,21 @@ html.no-touch.no-reduced-motion } .picture { - position: relative; + position: absolute; + + /* left: 50%; */ + top: 0; + height: 100%; + width: 100%; + /* transform: translateX(-50%); */ + /* max-width: min(calc(100% - 32px), 650px); */ + /* position: relative; display: flex; align-items: flex-start; justify-content: space-between; margin-left: auto; margin-right: auto; - max-width: min(calc(100% - 32px), 650px); + max-width: min(calc(100% - 32px), 650px); */ } .picture.no-dl {