feat(p/all): improve design of "show more posts" button in feed footer

This commit is contained in:
Tom (plebeius.eth)
2024-11-12 18:52:40 +01:00
parent 1fa6bacbd6
commit 1cc8d9acbe
37 changed files with 115 additions and 109 deletions
+6 -1
View File
@@ -4,7 +4,12 @@
.footer {
color: var(--post-mobile-abbr-text-color);
padding: 15px 0 10px 5px;
padding: 15px 0 20px 5px;
}
.morePostsSuggestion {
color: var(--body-font-color);
padding-bottom: 5px;
}
.footer a, .newerPostsButton {