Add max image upload size limit

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-04 21:14:00 -07:00
parent e6c60ff93c
commit 6ed47f9957
6 changed files with 27 additions and 12 deletions

View File

@@ -14,6 +14,11 @@ hr {
clear: both;
}
/* Create thread/post form */
.post_form_image_specs {
font-size: small;
}
/* Posts */
/*.post_body { }*/
.post_image_info {
@@ -26,14 +31,11 @@ hr {
padding-right: 5px;
}
/*
Not sure if I like the in-line style or each post gets its own row style
.post_content:after {
content: "";
display: table;
clear: both;
}
*/
.post_id {
cursor: pointer;