diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-02-01 19:33:23 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-02-01 19:33:23 +0800 |
| commit | fb33a1e1552cbbf744796b7f84c22d8984b59fa0 (patch) | |
| tree | 99fedfa7e7a565e1f017c6adb9bbd309a388a676 /layouts/partials/style.html | |
| parent | 6824e08a2bd55e5d9e130e3035ce3b0dd6e36cb6 (diff) | |
| download | blog-fb33a1e1552cbbf744796b7f84c22d8984b59fa0.tar.gz blog-fb33a1e1552cbbf744796b7f84c22d8984b59fa0.zip | |
fix: show full title content in the single page
Diffstat (limited to 'layouts/partials/style.html')
| -rw-r--r-- | layouts/partials/style.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index edb5d20..28380c7 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -51,6 +51,20 @@ word-wrap: break-word; } + .post-title a.item-link { + width: 100%; + display: inline-block; + text-decoration: none; + flex: 1; + overflow: hidden; + text-overflow: ellipsis; + font-size: 1.6em; + word-wrap: break-word; + white-space: normal; + word-wrap: break-word; + + } + .post-date { font-size: 0.9em; color: #666; @@ -388,7 +402,7 @@ --summary-text-color: #c9c6c5; --body-bg-color: #121212; --bold-text-color: #eee; - --body-text-color: #ddd; + --body-text-color: #e8e6e3; --link-color: #ddd; --link-visited-color: #c3b1ee; --table-border-color: #999; |
