feat: add fixed top and footer back pills to entry page

This commit is contained in:
2026-06-20 12:31:09 +02:00
parent 26182ec363
commit ca920a9fe8
2 changed files with 10 additions and 1 deletions
+7
View File
@@ -236,6 +236,13 @@ body::after {
display: block;
}
.entry-back-fixed {
position: fixed;
top: calc(var(--site-header-height) + var(--space-3));
left: var(--space-4);
z-index: 100;
}
.entry-header { margin-bottom: var(--space-8); }
.entry-header-meta {