update limits & style
This commit is contained in:
@@ -16,7 +16,7 @@ const storage = multer.diskStorage({
|
||||
|
||||
//Limit filesize
|
||||
const limits = {
|
||||
fileSize: 10_1000_1000,
|
||||
fileSize: 10_000_000,
|
||||
};
|
||||
|
||||
const upload = multer({
|
||||
|
||||
+2
-3
@@ -65,9 +65,6 @@
|
||||
font-weight: bold;
|
||||
outline: none;
|
||||
}
|
||||
.note {
|
||||
font-size: 18px;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
@@ -81,6 +78,7 @@
|
||||
}
|
||||
.input-option-quality {
|
||||
width: 200px;
|
||||
outline: none;
|
||||
}
|
||||
.value-qty-img {
|
||||
width: 30px;
|
||||
@@ -111,6 +109,7 @@
|
||||
.checkbox-option {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
outline: none;
|
||||
}
|
||||
.checkbox-wrapper {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user