mirror of
https://github.com/open-webui/open-webui
synced 2024-12-28 06:42:47 +00:00
refac: styling
This commit is contained in:
parent
41cabf5a2c
commit
c611734088
@ -56,7 +56,7 @@
|
||||
|
||||
// Calculate space available on the right
|
||||
const spaceOnRight = parentRect.width - left;
|
||||
let halfScreenWidth = window.innerWidth / 2;
|
||||
let halfScreenWidth = $mobile ? window.innerWidth / 2 : window.innerWidth / 3;
|
||||
|
||||
if (spaceOnRight < halfScreenWidth) {
|
||||
const right = parentRect.right - rect.right;
|
||||
|
Loading…
Reference in New Issue
Block a user