Fix file input overflowing on moblie.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
}
|
||||
|
||||
.model-manager input[type="file"] {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.model-manager button,
|
||||
@@ -235,6 +235,7 @@
|
||||
|
||||
.model-manager [data-name="Download"] summary {
|
||||
padding: 16px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.model-manager [data-name="Download"] .download-settings {
|
||||
|
||||
@@ -473,7 +473,7 @@ class ImageSelect {
|
||||
}
|
||||
},
|
||||
});
|
||||
const el_upload = $el("div", {
|
||||
const el_upload = $el("div.row.tab-header-flex-block", {
|
||||
$: (el) => (this.elements.upload = el),
|
||||
style: { display: "none" },
|
||||
}, [
|
||||
|
||||
Reference in New Issue
Block a user