refactor(feed): remove "Newer threads available" banner

Removed the newer threads banner and refresh button from catalog and board
footers. Deleted newer_threads_available translation key from all languages.
This commit is contained in:
plebeius
2026-02-23 19:46:30 +08:00
parent 609436a0fb
commit 0ea7356523
39 changed files with 10 additions and 111 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
color: var(--post-mobile-abbr-text-color);
}
.footer a, .newerPostsButton {
.footer a {
text-decoration: var(--button-text-decoration);
color: var(--button-desktop-text-color);
}
.footer a:hover, .newerPostsButton:hover {
.footer a:hover {
color: var(--button-desktop-text-color-hover);
}