feat(post page): add view specific buttons

This commit is contained in:
plebeius.eth
2024-04-03 22:52:27 +02:00
parent b5fec98f9d
commit f5fefd51cf
6 changed files with 101 additions and 28 deletions
@@ -5,6 +5,11 @@
.mobileBoardButtons button {
margin: 0 2px;
text-transform: capitalize;
}
.mobileBoardButtons a, .desktopBoardButtons a {
all: unset;
}
@media (max-width: 640px) {