feat(board buttons): improve layout, increase dimensions of post form on mobile, add refresh buttons

This commit is contained in:
Tom (plebeius.eth)
2024-05-31 15:16:21 +02:00
parent 1aff0d3ada
commit bc74a9ff77
6 changed files with 83 additions and 59 deletions
@@ -1,6 +1,6 @@
.mobileBoardButtons {
text-align: center;
margin-top: 9px;
margin: 10px 0;
}
.mobileBoardButtons button {
@@ -12,11 +12,6 @@
all: unset;
}
.mobilePostPageButtonsSecondRow {
padding-top: 5px;
padding-bottom: 20px;
}
.showBlockedButton {
color: var(--button-desktop-text-color);
}