Minor tweaks.
- Set value to thumbnail quality in javascript. - Fixed button style color bug.
This commit is contained in:
@@ -82,7 +82,6 @@
|
|||||||
.model-manager input {
|
.model-manager input {
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 2px solid var(--border-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-manager button:disabled,
|
.model-manager button:disabled,
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ const PREVIEW_NONE_URI = imageUri();
|
|||||||
const PREVIEW_THUMBNAIL_WIDTH = 320;
|
const PREVIEW_THUMBNAIL_WIDTH = 320;
|
||||||
const PREVIEW_THUMBNAIL_HEIGHT = 480;
|
const PREVIEW_THUMBNAIL_HEIGHT = 480;
|
||||||
const PREVIEW_THUMBNAIL_FORMAT = "JPEG";
|
const PREVIEW_THUMBNAIL_FORMAT = "JPEG";
|
||||||
const PREVIEW_THUMBNAIL_QUALITY = undefined;
|
const PREVIEW_THUMBNAIL_QUALITY = 75;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {(...args) => void} callback
|
* @param {(...args) => void} callback
|
||||||
|
|||||||
Reference in New Issue
Block a user