mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
7cfcf9b21d
commit
8febc54a88
1 changed files with 5 additions and 5 deletions
|
|
@ -46,11 +46,11 @@
|
||||||
// set the minSize to the percentage, must be an integer
|
// set the minSize to the percentage, must be an integer
|
||||||
minSize = Math.floor(percentage);
|
minSize = Math.floor(percentage);
|
||||||
|
|
||||||
// if ($showControls) {
|
if (show) {
|
||||||
// if (pane && pane.isExpanded() && pane.getSize() < minSize) {
|
if (pane && pane.isExpanded() && pane.getSize() < minSize) {
|
||||||
// pane.resize(minSize);
|
pane.resize(minSize);
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue