aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/template/templates/views/entry.html2
-rw-r--r--internal/ui/static/css/common.css1
2 files changed, 2 insertions, 1 deletions
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"}}
-<section class="entry page-header" data-id="{{ .entry.ID }}" aria-labelledby="page-header-title">
+<section class="entry" data-id="{{ .entry.ID }}" aria-labelledby="page-header-title">
<header class="entry-header">
<h1 id="page-header-title" dir="auto">
<a href="{{ .entry.URL | safeURL }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer">{{ .entry.Title }}</a>
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);
}