From e7f796e110c6b0503c95855ee8c05f24f53335ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E8=BF=B9?= Date: Sun, 4 Jan 2026 00:36:44 +0800 Subject: [PATCH] Update head.styl --- source/css/_layout/head.styl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/source/css/_layout/head.styl b/source/css/_layout/head.styl index 1daaa09..9752d73 100644 --- a/source/css/_layout/head.styl +++ b/source/css/_layout/head.styl @@ -37,12 +37,8 @@ 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; + @extend .limit-more-line + -webkit-line-clamp: 3 +minWidth768() font-size: 2.85em @@ -468,3 +464,4 @@ opacity: 0 transform: translateY(10px) +