Undo sticky topic header (#64)

This commit is contained in:
chapoi
2025-03-19 23:19:25 +08:00
committed by GitHub
parent b6db617017
commit d062468f93
2 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
box-shadow: none;
background: var(--background-color);
@include breakpoint(extra-large, $rule: min-width) {
padding-bottom: 1.5em;
padding-bottom: 1em;
}
}
-12
View File
@@ -48,18 +48,6 @@
}
}
#topic-title {
@include breakpoint(medium, $rule: min-width) {
z-index: 299;
padding: var(--spacing-block-m) var(--spacing-inline-xl);
margin-bottom: 0;
position: sticky;
top: var(--header-offset);
background: var(--d-content-background);
border-top-right-radius: var(--d-border-radius-large);
border-top-left-radius: var(--d-border-radius-large);
}
}
.container.posts,
#topic-footer-buttons {
padding: 0 24px;