fix(ags bar): fix hover reveal not working in fullscreen

This commit is contained in:
matt1432 2023-12-11 23:24:02 -05:00
parent d6c4f5b08a
commit d1d7c37e29

View file

@ -22,9 +22,11 @@ export default () => Window({
name: 'bar', name: 'bar',
layer: 'overlay', layer: 'overlay',
anchor: ['top', 'left', 'right'], anchor: ['top', 'left', 'right'],
margins: [-1, 0, 0, 0],
exclusivity: 'exclusive', exclusivity: 'exclusive',
child: BarReveal({ child: BarReveal({
child: CenterBox({ child: CenterBox({
css: 'margin: 6px 5px 5px 5px',
className: 'bar', className: 'bar',
vertical: false, vertical: false,