mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post page): add error line above post
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user