Files
5chan/src/views/catalog/catalog.module.css
T
plebeius 0ea7356523 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.
2026-02-23 19:46:30 +08:00

19 lines
332 B
CSS

.footer {
padding: 15px 0 10px 5px;
color: var(--post-mobile-abbr-text-color);
}
.footer a {
text-decoration: var(--button-text-decoration);
color: var(--button-desktop-text-color);
}
.footer a:hover {
color: var(--button-desktop-text-color-hover);
}
@media (max-width: 640px) {
.footer {
padding-left: 5px;
}
}