hexo
This commit is contained in:
17
themes/next/source/css/_common/components/post/post-eof.styl
Normal file
17
themes/next/source/css/_common/components/post/post-eof.styl
Normal file
@ -0,0 +1,17 @@
|
||||
.posts-expand {
|
||||
.post-eof {
|
||||
display: block;
|
||||
margin: $post-eof-margin-top auto $post-eof-margin-bottom;
|
||||
width: 8%;
|
||||
height: 1px;
|
||||
background: $grey-light;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.post:last-child {
|
||||
.post-eof.post-eof.post-eof {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user