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',
|
||||
layer: 'overlay',
|
||||
exclusivity: 'ignore',
|
||||
// anchor: ['top', 'bottom', 'left', 'right'],
|
||||
anchor: ['top', 'bottom', 'left', 'right'],
|
||||
child: SessionScreen(),
|
||||
})
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user