mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user