From 9aae697cf8e9704db024646a0144485d99f84600 Mon Sep 17 00:00:00 2001 From: Miyale Date: Sat, 12 Sep 2026 20:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E6=82=AC=E6=B5=AE=E7=89=B9=E6=95=88=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 6f98541..83c9cb1 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -74,13 +74,14 @@ a:hover { content: ''; pointer-events: none; transform: scaleX(0); - transform-origin: left center; + transform-origin: right center; transition: transform 180ms ease-out; } :where([data-text-link], .prose a:not(:has(img)), #comments a:not(:has(img))):not([data-no-text-link], [data-archive-entry], .pswp__button, .pswp__item, [role='button']):is(:hover, :focus-visible)::after, a:not([data-archive-entry]):is(:hover, :focus-visible) > [data-text-link]::after { transform: scaleX(1); + transform-origin: left center; } button,