feat(multiboards): expand time filters in place

This commit is contained in:
Tommaso Casaburi
2026-04-18 16:47:04 +07:00
parent df01cbfb49
commit 70d8c37222
8 changed files with 186 additions and 25 deletions
+14
View File
@@ -12,10 +12,24 @@
color: var(--button-desktop-text-color);
}
.morePostsSuggestionAction {
background: none;
border: 0;
padding: 0;
cursor: pointer;
text-decoration: var(--button-text-decoration);
color: var(--button-desktop-text-color);
font: inherit;
}
.footer a:hover {
color: var(--button-desktop-text-color-hover);
}
.morePostsSuggestionAction:hover {
color: var(--button-desktop-text-color-hover);
}
@media (max-width: 640px) {
.footer {
padding-left: 5px;