💄 Implement the special page for friend's links show. Close #26
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user