💄 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

@@ -25,7 +25,7 @@
// ==================================================
// Post blocks.
.main-inner > {
.sub-menu, .post-block, .tabs-comment, .comments, .post-comments, .pagination {
.sub-menu, .post-block, .flinks-block, .tabs-comment, .comments, .post-comments, .pagination {
background: var(--content-bg-color);
border-radius: $border-radius-inner;
box-shadow: $box-shadow-inner;
@@ -47,7 +47,7 @@
}
// Post & Comments blocks.
.post-block, .comments, .post-comments {
.post-block, .flinks-block, .comments, .post-comments {
padding: $content-desktop-padding;
}
@@ -91,7 +91,7 @@
}
}
.post-block {
.post-block, .flinks-block {
// Inside posts blocks content padding (default 40px).
padding: ($content-tablet-padding * 2);
}
@@ -119,7 +119,7 @@
}
}
.post-block {
.post-block, .flinks-block {
// Inside posts blocks content padding (default 40px).
padding: $sidebar-offset;
}