feat(board): suggest user to switch time filter on p/all and p/subscription if there aren't enough posts

This commit is contained in:
Tom (plebeius.eth)
2024-10-09 22:30:31 +02:00
parent 30c4cb2891
commit eac0a0150c
3 changed files with 103 additions and 13 deletions
+10 -1
View File
@@ -1,5 +1,14 @@
.footer {
padding-top: 10px;
padding: 15px 0 10px 5px;
}
.footer a {
text-decoration: var(--button-text-decoration);
color: var(--button-desktop-text-color);
}
.footer a:hover {
color: var(--button-desktop-text-color-hover);
}
.button {