From ebaaf03025dbcbe2522bc3d72fb606aaba7bc531 Mon Sep 17 00:00:00 2001 From: JekkiNoopy Date: Sun, 17 May 2026 01:03:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=B9=B3=E6=9D=BF=E6=99=82=E9=96=93?= =?UTF-8?q?=E8=BB=B8=E5=B9=B4=E5=88=86=E6=A8=99=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 16 +++++++++++++++- assets/css/tablet.css | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6c11abe..1ddb30b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1783,11 +1783,25 @@ a { right: auto; } - .merged-storyline .story-node::after { + .merged-storyline .story-node::after, + .merged-storyline .story-node:nth-of-type(odd)::after, + .merged-storyline .story-node:nth-of-type(even)::after { left: 14px; right: auto; + top: -14px; transform: rotate(-8deg); } + + .merged-storyline .story-node:nth-of-type(odd)::before, + .merged-storyline .story-node:nth-of-type(even)::before { + left: -39px; + right: auto; + } + + .merged-storyline .story-node:nth-of-type(odd), + .merged-storyline .story-node:nth-of-type(even) { + margin-top: 28px; + } } /* 頁尾 */ diff --git a/assets/css/tablet.css b/assets/css/tablet.css index 783c625..5aa4ae1 100644 --- a/assets/css/tablet.css +++ b/assets/css/tablet.css @@ -133,12 +133,26 @@ right: auto; } - .merged-storyline .story-node::after { + .merged-storyline .story-node::after, + .merged-storyline .story-node:nth-of-type(odd)::after, + .merged-storyline .story-node:nth-of-type(even)::after { left: 14px; right: auto; + top: -14px; transform: rotate(-8deg); } + .merged-storyline .story-node:nth-of-type(odd)::before, + .merged-storyline .story-node:nth-of-type(even)::before { + left: -39px; + right: auto; + } + + .merged-storyline .story-node:nth-of-type(odd), + .merged-storyline .story-node:nth-of-type(even) { + margin-top: 28px; + } + /* 紀實長卷/pillar 段落 */ .chronicle-reader, .chronicle-pager {