feat(post): clicking "+" button next to "omitted replies" message shows all replies

This commit is contained in:
Tom (plebeius.eth)
2024-07-01 10:33:11 +02:00
parent d78ce84db4
commit 713739b02f
3 changed files with 10 additions and 41 deletions
@@ -54,29 +54,10 @@
padding-top: 15px;
}
.adButton {
text-align: center;
font-size: 10px;
}
.adButton a {
text-decoration: none;
color: var(--button-desktop-text-color);
}
.adButton a:hover {
cursor: pointer;
color: var(--button-desktop-text-color-hover);
}
@media (max-width: 640px) {
.desktopBoardButtons {
display: none;
}
.adButton {
display: inline-flex;
}
}
@media (min-width: 640px) {