💄 Implement the special page for friend's links show. Close #26

This commit is contained in:
凡梦星尘
2022-08-05 15:18:52 +08:00
parent 97799aaaa8
commit 6cf961d392
11 changed files with 218 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
.use-motion {
@if $motion_trans_post_block {
.post-block, .pagination, .comments, .post-comments {
.post-block, .flinks-block, .pagination, .comments, .post-comments {
visibility: hidden;
}
}

View File

@@ -3,7 +3,7 @@
// Fix issue #16
// To do: use `gap` instead of `margin`
// See https://caniuse.com/flexbox-gap
.post-footer {
.post-footer, .flinks-list-footer {
@include flex-column();
hr{