session: no more excessive size

This commit is contained in:
end-4
2024-04-03 23:04:28 +07:00
parent e5a95a256f
commit 1fcafc3893
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ export default () => PopupWindow({ // On-screen keyboard
keymode: 'exclusive',
layer: 'overlay',
exclusivity: 'ignore',
// anchor: ['top', 'bottom', 'left', 'right'],
anchor: ['top', 'bottom', 'left', 'right'],
child: SessionScreen(),
})
+2 -2
View File
@@ -98,8 +98,8 @@ export default () => {
return Widget.Box({
className: 'session-bg',
css: `
min-width: ${SCREEN_WIDTH * 1.5}px;
min-height: ${SCREEN_HEIGHT * 1.5}px;
min-width: ${SCREEN_WIDTH}px;
min-height: ${SCREEN_HEIGHT}px;
`, // idk why but height = screen height doesn't fill
vertical: true,
children: [