Restore page header styles and layout

Restored the page header styles with background and layout properties.
This commit is contained in:
墨迹
2026-01-02 15:16:27 +08:00
committed by GitHub
parent 80da110698
commit 2cdf93c58c

View File

@@ -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)
transform: translateY(10px)