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

Merge branch 'hotfix/6.0.1'

This commit is contained in:
Cotes Chung
2023-05-20 00:37:38 +08:00
12 changed files with 48 additions and 51 deletions

View File

@@ -255,16 +255,6 @@ i {
}
#access-lastmod {
li {
height: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
list-style: none;
}
a {
&:hover {
@extend %link-hover;
@@ -1097,10 +1087,6 @@ $btn-mb: 0.5rem;
@extend %no-bottom-border;
}
}
@at-root .row:only-child > #{&} {
padding-bottom: 3rem;
}
}
#mask {

View File

@@ -1,5 +1,5 @@
/*!
* Chirpy v6.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy)
* Chirpy v6.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy)
* © 2019 Cotes Chung
* MIT Licensed
*/

View File

@@ -5,10 +5,6 @@
#post-list {
margin-top: 2rem;
&:only-child {
margin-bottom: 3.75rem;
}
a.card-wrapper {
display: block;