forked from Shinonome/dots-hyprland
session: no more excessive size
This commit is contained in:
@@ -8,6 +8,6 @@ export default () => PopupWindow({ // On-screen keyboard
|
|||||||
keymode: 'exclusive',
|
keymode: 'exclusive',
|
||||||
layer: 'overlay',
|
layer: 'overlay',
|
||||||
exclusivity: 'ignore',
|
exclusivity: 'ignore',
|
||||||
// anchor: ['top', 'bottom', 'left', 'right'],
|
anchor: ['top', 'bottom', 'left', 'right'],
|
||||||
child: SessionScreen(),
|
child: SessionScreen(),
|
||||||
})
|
})
|
||||||
@@ -98,8 +98,8 @@ export default () => {
|
|||||||
return Widget.Box({
|
return Widget.Box({
|
||||||
className: 'session-bg',
|
className: 'session-bg',
|
||||||
css: `
|
css: `
|
||||||
min-width: ${SCREEN_WIDTH * 1.5}px;
|
min-width: ${SCREEN_WIDTH}px;
|
||||||
min-height: ${SCREEN_HEIGHT * 1.5}px;
|
min-height: ${SCREEN_HEIGHT}px;
|
||||||
`, // idk why but height = screen height doesn't fill
|
`, // idk why but height = screen height doesn't fill
|
||||||
vertical: true,
|
vertical: true,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user