feat(post page): add error line above post

This commit is contained in:
Tom (plebeius.eth)
2024-07-07 19:12:12 +02:00
parent e716a45a31
commit a2347769e2
2 changed files with 15 additions and 1 deletions
+11
View File
@@ -3,6 +3,12 @@
overflow-x: hidden;
}
.error {
color: red;
padding: 5px;
display: block;
}
.thread {
clear: both;
}
@@ -508,6 +514,11 @@
}
@media (min-width: 640px) {
.error {
padding-left: 0;
padding-bottom: 0;
}
.replyQuotePreview {
padding-right: 7px;
padding-left: 2px;