feat: add fixed top and footer back pills to entry page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user