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

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

View file

@ -71,6 +71,7 @@ export const Calendar = Window({
popup: true,
layer: 'overlay',
anchor: 'top right',
margin: [ 8, 182, 0, 0],
child: Box({
className: 'date',
vertical: true,

View file

@ -63,6 +63,7 @@ export const NotificationCenter = Window({
popup: true,
layer: 'overlay',
anchor: 'top right',
margin: [ 8, 60, 0, 0 ],
child: Box({
className: 'notification-center',
vertical: true,

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,