fix(ags): use window margin instead of css for windows
This commit is contained in:
parent
3d4a0d8156
commit
e6d2e891d7
7 changed files with 4 additions and 13 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue