add spacer for posts without media or content

This commit is contained in:
plebeius.eth
2024-03-31 11:11:31 +02:00
parent 18d9ec21db
commit 857e6850b6
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -122,6 +122,11 @@
color: var(--post-menu-button-color-hover);
}
.postDesktop .spacer {
width: 100%;
padding: 5px;
}
.postDesktop .postMessage, .replyDesktop .postMessage {
padding: 1em 40px;
}