chore: tweak distance for context

This commit is contained in:
ZhenShuo Leo
2025-05-12 22:47:16 +08:00
parent 45c5ddbdaf
commit 8fe07b5550
2 changed files with 5 additions and 2 deletions

View File

@@ -1344,6 +1344,9 @@ body.zen-mode-enable {
.shrink-0 {
flex-shrink: 0;
}
.flex-grow {
flex-grow: 1;
}
.grow {
flex-grow: 1;
}
@@ -3845,7 +3848,7 @@ pre {
visibility: hidden;
}
[id^="fn"], [id^="fnref"] {
scroll-margin-top: 92px;
scroll-margin-top: 145px;
}
@screen sm {
.thumbnail {

View File

@@ -426,7 +426,7 @@ pre {
/* Offset scroll position to avoid header overlap */
[id^="fn"], [id^="fnref"] {
scroll-margin-top: 92px;
scroll-margin-top: 145px;
}
@screen sm {