mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Always close the top bar when smooth scrolling
This commit is contained in:
@@ -196,10 +196,6 @@ img[data-src] {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
&.topbar-down {
|
||||
top: 6rem;
|
||||
}
|
||||
|
||||
> div {
|
||||
padding-left: 1rem;
|
||||
border-left: 1px solid var(--main-border-color);
|
||||
@@ -237,6 +233,10 @@ img[data-src] {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.topbar-down > div {
|
||||
top: 6rem;
|
||||
}
|
||||
}
|
||||
|
||||
#access-lastmod {
|
||||
|
||||
@@ -145,11 +145,6 @@ img.preview-img {
|
||||
top: 4rem;
|
||||
transition: top 0.2s ease-in-out;
|
||||
animation: fade-up 0.8s;
|
||||
|
||||
&.topbar-down {
|
||||
top: 6rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#toc li a {
|
||||
|
||||
Reference in New Issue
Block a user