adjust style

pull/328/head
zanllp 2023-07-21 03:15:46 +08:00
parent f4a84b1356
commit d969f192b4
2 changed files with 8 additions and 6 deletions

View File

@ -74,10 +74,11 @@ Promise.resolve().then(async () => {
wrap.style = `
top:${Math.max(48, topRect.top) - 10}px;
position: fixed;
left: 0;
right: 0;
left: 10px;
right: 10px;
z-index: 100;
bottom: 0;`
width: unset;
bottom: 10px;`
}
})

View File

@ -54,10 +54,11 @@ Promise.resolve().then(async () => {
wrap.style = `
top:${Math.max(48, topRect.top) - 10}px;
position: fixed;
left: 0;
right: 0;
left: 10px;
right: 10px;
z-index: 100;
bottom: 0;`
width: unset;
bottom: 10px;`
}
})