1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 15:46:23 -07:00

Add clipboard uploading to the static post form

This commit is contained in:
Eggbertx 2024-08-03 13:28:06 -07:00
parent 4770bf6cab
commit 662cca0273
3 changed files with 90 additions and 31 deletions

View file

@ -74,20 +74,37 @@ table#pages td {
float: right;
}
div#new-upload-box {
div#upload-box {
background: #505050;
color: #b0b0b0;
}
div#new-upload-box a {
div#upload-box a.browse-text {
text-align: center;
padding: 20px 40px;
display: block;
}
div#new-upload-box .upload-preview {
div#upload-box .upload-x, div#upload-box .upload-filename {
position: relative;
bottom: 12px;
display: inline-block;
margin-left: 8px;
margin-right: 8px;
}
.upload-preview {
max-width: 50px;
max-height: 50px;
}
.placeholder-thumb {
width: 50px;
height: 50px;
background: #333;
border: 1px black solid;
margin: 4px;
display: inline-block;
}
.reply {
margin-bottom: 4px;
padding: 4px 8px 4px 8px;