1
0
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:
Cotes Chung
2021-12-08 17:07:18 +08:00
parent 09742d40dd
commit df81012e28
9 changed files with 67 additions and 50 deletions

View File

@@ -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 {