From 2cdf93c58c431614cdda289263e11dcd53aea64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E8=BF=B9?= Date: Fri, 2 Jan 2026 15:16:27 +0800 Subject: [PATCH] Restore page header styles and layout Restored the page header styles with background and layout properties. --- source/css/_layout/head.styl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/css/_layout/head.styl b/source/css/_layout/head.styl index 72d3a3b..1daaa09 100644 --- a/source/css/_layout/head.styl +++ b/source/css/_layout/head.styl @@ -37,6 +37,12 @@ margin: 0 color: var(--white) font-size: 1.85em + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + overflow: hidden; + text-overflow: ellipsis; + word-break: break-word; +minWidth768() font-size: 2.85em @@ -460,4 +466,5 @@ & > :first-child opacity: 0 - transform: translateY(10px) \ No newline at end of file + + transform: translateY(10px)