feat(catalog): add warning to switch filter if there aren't enough posts in p/all and p/subscriptions

This commit is contained in:
Tom (plebeius.eth)
2024-10-12 15:35:27 +02:00
parent 46e1189711
commit ba9496ca42
3 changed files with 151 additions and 53 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);
}
@media (max-width: 640px) {