fix(ags): use window margin instead of css for windows

This commit is contained in:
matt1432 2023-09-12 23:53:48 -04:00
commit e6d2e891d7
7 changed files with 4 additions and 13 deletions
config/ags/js/quick-settings

View file

@ -9,6 +9,7 @@ export const QuickSettings = Window({
layer: 'overlay',
popup: true,
anchor: 'top right',
margin: [ 8, 5, 0, ],
child: Box({
className: 'qs-container',
vertical: true,