1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Prevent Disqus from jumping when page loading

This commit is contained in:
Cotes Chung
2021-09-28 16:29:13 +08:00
parent e5df04dd59
commit 063b2a6651
2 changed files with 4 additions and 1 deletions

View File

@@ -218,9 +218,12 @@ nav[data-toggle=toc] {
#post-extend-wrapper {
min-height: 2rem;
#disqus_thread {
min-height: 7.5rem;
margin-bottom: 2rem;
}
}
.post-tail-bottom a {