fix: search async ordering, scroll offset

This commit is contained in:
Jacky Zhao 2024-02-02 01:36:17 -08:00
parent a0b927da4a
commit 3231ce6e79
2 changed files with 9 additions and 8 deletions
quartz/components/styles

View file

@ -131,6 +131,7 @@
& .highlight {
background: color-mix(in srgb, var(--tertiary) 60%, transparent);
border-radius: 5px;
scroll-margin-top: 2rem;
}
& > #preview-container {