feat(post): add block options to mobile menu

This commit is contained in:
Tom (plebeius.eth)
2024-06-14 16:58:13 +02:00
parent 42a6fb4a70
commit 3206631e89
5 changed files with 26 additions and 15 deletions
+11
View File
@@ -2,6 +2,17 @@
padding-top: 10px;
}
.button {
text-transform: capitalize;
color: var(--button-desktop-text-color);
text-decoration: var(--button-text-decoration);
}
.button:hover {
color: var(--button-desktop-text-color-hover);
cursor: pointer;
}
@media (max-width: 640px) {
.footer {
padding-left: 5px;
+1 -1
View File
@@ -108,7 +108,7 @@ const Board = () => {
<>
&nbsp;&nbsp;[
<span
className='button'
className={styles.button}
onClick={() => {
unblock();
reset();