1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-05-07 17:28:39 +00:00

feat: add edit this post link (#2517)

This commit is contained in:
Alexander Fuks
2026-05-06 18:31:32 +04:00
committed by GitHub
parent 2685b91957
commit 6bd446ccde
37 changed files with 91 additions and 10 deletions
+10
View File
@@ -148,6 +148,16 @@ header {
}
}
.post-edit {
line-height: 1.2rem;
> a {
&:hover {
@extend %link-hover;
}
}
}
.post-navigation {
@include bp.lt(bp.get(lg)) {
@include mx.pl-pr(0);