feat(ags overview): add anim when new window
This commit is contained in:
parent
e9cc337a9c
commit
fbc6d1c469
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const Client = (client, active, clients) => Revealer({
|
||||||
},
|
},
|
||||||
child: Icon({
|
child: Icon({
|
||||||
className: `window ${active}`,
|
className: `window ${active}`,
|
||||||
style: IconStyle(client),
|
style: IconStyle(client) + 'font-size: 10px;',
|
||||||
icon: client.class,
|
icon: client.class,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue