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

fix(toc): resume fade up animation in desktop mode (#2085)

This commit is contained in:
Cotes Chung
2024-12-03 22:41:28 +08:00
committed by GitHub
parent 4180992272
commit 8280adb901
3 changed files with 6 additions and 6 deletions

View File

@@ -234,14 +234,11 @@ header {
@keyframes fade-up {
from {
opacity: 0;
position: relative;
top: 2rem;
margin-top: 4rem;
}
to {
opacity: 1;
position: relative;
top: 0;
}
}