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