Switch to GET, fix forms
GET is much more better than using blobs
This commit is contained in:
@@ -20,6 +20,15 @@ input[type="text"]{
|
||||
border:1px gray solid;
|
||||
width:5rem;
|
||||
}
|
||||
|
||||
input[type="file"]{
|
||||
display:none;
|
||||
}
|
||||
label[for="fileUpload"]{
|
||||
padding:0.5rem;
|
||||
border:1px gray solid;
|
||||
}
|
||||
|
||||
.window{
|
||||
|
||||
width:15rem;
|
||||
|
Reference in New Issue
Block a user