Updated narrow tab text to be more consistent.
This commit is contained in:
@@ -3390,7 +3390,7 @@ class ModelManager extends ComfyDialog {
|
|||||||
const minWidth = 768; // magic value (could easily break)
|
const minWidth = 768; // magic value (could easily break)
|
||||||
const managerRect = this.element.getBoundingClientRect();
|
const managerRect = this.element.getBoundingClientRect();
|
||||||
const isNarrow = managerRect.width < minWidth;
|
const isNarrow = managerRect.width < minWidth;
|
||||||
let texts = isNarrow ? ["📥︎", "📁", "⚙"] : ["Download", "Models", "Settings"];
|
let texts = isNarrow ? ["⬇️", "📁", "⚙️"] : ["Download", "Models", "Settings"];
|
||||||
const tabHeaders = tabs.children[0];
|
const tabHeaders = tabs.children[0];
|
||||||
texts.forEach((text, i) => {
|
texts.forEach((text, i) => {
|
||||||
tabHeaders.children[i].innerText = text;
|
tabHeaders.children[i].innerText = text;
|
||||||
|
|||||||
Reference in New Issue
Block a user