From 531e80f5805d51e057861747e8c54a934ffe1c87 Mon Sep 17 00:00:00 2001 From: krvpb024 Date: Thu, 1 Feb 2024 16:48:34 +0800 Subject: [PATCH] fix entry page layout has changed --- internal/template/templates/views/entry.html | 2 +- internal/ui/static/css/common.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/template/templates/views/entry.html b/internal/template/templates/views/entry.html index 75374436..06afbbc6 100644 --- a/internal/template/templates/views/entry.html +++ b/internal/template/templates/views/entry.html @@ -1,7 +1,7 @@ {{ define "title"}}{{ .entry.Title }}{{ end }} {{ define "page_header"}} -
+

{{ .entry.Title }} diff --git a/internal/ui/static/css/common.css b/internal/ui/static/css/common.css index 0c31b470..383af62c 100644 --- a/internal/ui/static/css/common.css +++ b/internal/ui/static/css/common.css @@ -948,6 +948,7 @@ article.category-has-unread { /* Entry view */ .entry header { padding-bottom: 5px; + padding-inline: 5px; border-bottom: 1px dotted var(--entry-header-border-color); }